You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there significant value in the Steeltoe Tracing package? Compare with what Aspire does with regard to OpenTelemetry, maybe Steeltoe should exit this space or provide a slimmer way of helping users set up tracing
Export to Jaeger has been deprecated in favor of OTLP, we should remove Jaeger references
Wavefront integration does not behave like the other exporters (eg: private reference), it should align better
The Wavefront exporter should be tested against Wavefront again. I noticed the tracing sample will fail repeatedly sending metrics with the non-key that's configured, should we do more than check for the presence of a Uri when turning that on?
Work on adding Zipkin support for OTLP has begun here, but does not yet look ready for the Zipkin exporting to go away
Additionally, with regard to metrics, specifically Prometheus:
Does the actuator actually behave like an actuator? It looks like we're just configuring OpenTelemetry, I'm not sure it's actually integrated
Does everything with the exporter actually work? While updating management samples, Prometheus scraping did not work. Encountered error: invalid metric type "CLR memory usage gauge"
The text was updated successfully, but these errors were encountered:
Follow ups from #1278:
Work on adding Zipkin support for OTLP has begun here, but does not yet look ready for the Zipkin exporting to go away
Additionally, with regard to metrics, specifically Prometheus:
invalid metric type "CLR memory usage gauge"
The text was updated successfully, but these errors were encountered: