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

Add OpenTelemetry and initial logging #136

Open
PwL95 opened this issue Aug 28, 2023 · 6 comments
Open

Add OpenTelemetry and initial logging #136

PwL95 opened this issue Aug 28, 2023 · 6 comments

Comments

@PwL95
Copy link

PwL95 commented Aug 28, 2023

Any type of logging or telemetry is required on the system to diagnose issues easier/ track system behavior

@csharpfritz
Copy link
Contributor

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?

@PwL95 PwL95 changed the title Telemetry on system required Add OpenTelemetry and initial logging Aug 29, 2023
@NapalmCodes
Copy link
Contributor

NapalmCodes commented Jan 27, 2024

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.

@csharpfritz
Copy link
Contributor

I would like to take on implementing instrumentation for the solution with OTEL.

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.

@NapalmCodes
Copy link
Contributor

NapalmCodes commented Jan 30, 2024

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.)

@csharpfritz
Copy link
Contributor

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

@NapalmCodes
Copy link
Contributor

So just to ease things along I might wait for your blazor migration to be complete.

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

No branches or pull requests

3 participants