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

Health checks should help facilitate OTEL tracing #56028

Open
1 task done
thompson-tomo opened this issue Jun 3, 2024 · 0 comments
Open
1 task done

Health checks should help facilitate OTEL tracing #56028

thompson-tomo opened this issue Jun 3, 2024 · 0 comments
Labels
area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo)

Comments

@thompson-tomo
Copy link

thompson-tomo commented Jun 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I am trying to observe the entire operation & health of my system by using open telemetry and health checks.

Describe the solution you'd like

The following is the full objective which could be delivered in stages.

  • an activity is created for each health check which can allow for analysis of duration to complete.
  • The activityId is populated to the data property using a strong keyed field or alternatively dedicated property so that the activity can be connected to the publishing process.
  • An event is created on the activity if monitoring is enabled (default false) with the health check result and the data fields as tags as defined in the otel spec

Additional context

Currently it is possible to to make a health check publisher which produces the otel event however what is missing is the ability to connect it to the original activity.

Discussion in the connected otel issue which would result in otel providing an interim message for the final point: open-telemetry/opentelemetry-dotnet-contrib#1855

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo) label Jun 3, 2024
@thompson-tomo thompson-tomo changed the title Health checks should help facilitate OTEL Health checks should help facilitate OTEL tracing Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo)
Projects
None yet
Development

No branches or pull requests

1 participant