-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add OpenTelemetry and initial logging #136
Comments
Yes, let's get some telemetry flowing from the application. I'd like to rename this issue to "Add OpenTelemetry and initial logging" and we should identify specific features that we would like to deliver telemetry data points. Thoughts? |
I would like to take on implementing instrumentation for the solution with OTEL. As mentioned on stream I have been working on this at my day job and would like to continue learning as much as I can. I am thinking I can get the app instrumented with Traces, metrics and OTEL logging support and we can go from there on what specific methods/etc. to instrument. I have also been experimenting with using Grafana, Loki, Tempo, Prometheus for visualization/querying of those observability items. |
Let's talk through what you want to add and how we can configure this easily so that the OTEL capabilities can be enabled / disabled in different deployments. |
Yup makes sense. I wanted to add service collection extensions to setup OTEL with the ability to configure different exporters (ie azure monitor, zipkin, otlp, Prometheus, etc.) |
Let's hide this behind a feature flag so that we don't add the OTEL features when running in Desktop mode when this content is lifted and added to a MAUI Hybrid application. The Blazor migration is nearing completion, and I would REALLY like to see the providers able to log information about their connection state and telemetry |
So just to ease things along I might wait for your blazor migration to be complete. |
Any type of logging or telemetry is required on the system to diagnose issues easier/ track system behavior
The text was updated successfully, but these errors were encountered: