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

Implement OTLP Exporter to Include Process and Go Metrics #16

Open
thinkingabouther opened this issue Apr 23, 2024 · 1 comment
Open

Comments

@thinkingabouther
Copy link
Contributor

Currently, when using the OTLP exporter instead of the Prometheus exporter, the system does not emit such metrics as Go metrics and process metrics, which are readily available for Prometheus exporters.

As a consequence, the entire Application section in the suggested Grafana dashboard lacks data.

While I appreciate that it may not be straightforward to incorporate the same set of metrics across different exporters, there are potentially some packages that can provide similar metrics for users only using OTLP exporters:

  1. Host instrumentation package for system-related metrics
  2. Runtime instrumentation package for certain process-related metrics, including go-routines information.

If the proposed packages align well with your vision for package improvement, I'll be happy to prepare a draft introducing those in krakend-otel

Thank you for your work!

@dhontecillas
Copy link
Contributor

@thinkingabouther I find kind of weird that you use an OTLP Exporter that is not Prometheus, and the only section that has no data is the Application section, mostly because the queries in the Grafana Dashboard are written in the Prometheus query language (so, you should not see any data at all).

So I understand that you might be using some other service to collect metrics (like DataDog, or NewRelic), and you would like to have system metrics reported to those services.

We will take a look at those packages, and I will come back to you with decision about using them.

Thanks for the suggestion, we appreciate it.

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

2 participants