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

Metrics sent by the application without the service name filled in #348

Open
felipemmasan opened this issue Oct 6, 2023 · 1 comment
Open

Comments

@felipemmasan
Copy link

The application is correctly configured to send metrics and traces to an Open Telemetry Connector. Both metrics and traces are being sent and processed correctly. However, only the metrics are being sent without the service.name and instance information.

According to the Connector logs, the metrics already arrive without this information:
image

The properties are configured like this::
image

The dependencies used:
image

An example of how a metric is saved:
image

@pturcotte-op
Copy link

I think it needs
quarkus.micrometer.export.resourceAttributes="service.name=${quarkus.application.name}"

without the otlp between export and resourceAttributes

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