AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Publisher for OpenTelemetry (OTEL) via System.Diagnostics.Metrics

Open kevbite opened this issue 1 year ago • 5 comments

Hello,

Is there any plan to support a publisher for Open Telemetry (OTEL)? From what I understand if it writes metrics via System.Diagnostics.Metrics then this can be pushed directly to a OTEL Exporter?

Thanks

kevbite avatar Sep 04 '23 16:09 kevbite

Hi, I am also interested in a publisher for Open Telemetry. Maybe I will look into an existing one and try to implement a prototype for OTEL.

mgernand avatar Oct 12 '23 14:10 mgernand

No plans. PR is welcome.

sungam3r avatar Dec 03 '23 22:12 sungam3r

Hi,

I'm currently working on this.

I'm hoping to submit a PR in the next few weeks.

SeanFarrow avatar Jan 24 '24 04:01 SeanFarrow

@SeanFarrow will it be something like this library: https://github.com/gowon/HealthChecks.OpenTelemetry.Instrumentation?

jochenjonc avatar Jan 25 '24 16:01 jochenjonc

Yes, but it is much simpler in the way it works. It will use the in-builtIHealthCheckPublisher interface.

The library you referred to does not do this, using the Open Telemetry interfaces instead.

Thanks, Sean.

From: Jochen Jonckheere @.> Sent: Thursday, January 25, 2024 4:35 PM To: Xabaril/AspNetCore.Diagnostics.HealthChecks @.> Cc: Sean Farrow @.>; Mention @.> Subject: Re: [Xabaril/AspNetCore.Diagnostics.HealthChecks] Publisher for OpenTelemetry (OTEL) via System.Diagnostics.Metrics (Issue #2025)

@SeanFarrowhttps://github.com/SeanFarrow will it be something like this library: https://github.com/gowon/HealthChecks.OpenTelemetry.Instrumentation?

— Reply to this email directly, view it on GitHubhttps://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/issues/2025#issuecomment-1910569110, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AALDK7W2X5XZCR2VBMG6YQLYQKCSJAVCNFSM6AAAAAA4KUUIG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJQGU3DSMJRGA. You are receiving this because you were mentioned.Message ID: @.***>

SeanFarrow avatar Jan 25 '24 16:01 SeanFarrow