Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move telemetry code to helix-telemetry project #382

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

imranq2
Copy link
Collaborator

@imranq2 imranq2 commented Mar 28, 2025

Key Changes:

  1. Updated dependencies:

    • Upgraded helix.fhir.client.sdk from 3.0.38 to 4.0.3
    • Added helixtelemetry package (version 1.0.0)
    • Removed several OpenTelemetry instrumentation packages
  2. Telemetry-related changes:

    • Removed the entire spark_pipeline_framework/utilities/telemetry/ directory
    • Replaced local telemetry implementations with imports from helixtelemetry
    • Updated import statements in multiple files to use helixtelemetry instead of local telemetry modules

Code Review Comments:

  1. The changes look clean and systematic. The project is migrating from a custom telemetry implementation to using the helixtelemetry package.

  2. The dependency changes make sense:

    • Removing redundant OpenTelemetry instrumentation packages
    • Adding a centralized telemetry package
    • Upgrading the FHIR client SDK
  3. The import replacements are consistent across files:

    # Old import
    from spark_pipeline_framework.utilities.telemetry.telemetry_parent import TelemetryParent
    
    # New import
    from helixtelemetry.telemetry.structures.telemetry_parent import TelemetryParent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant