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

Currency Service not emitting metrics in k8s #846

Closed
austinlparker opened this issue Apr 16, 2023 · 2 comments
Closed

Currency Service not emitting metrics in k8s #846

austinlparker opened this issue Apr 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@austinlparker
Copy link
Member

Trace export seems to be working, but seeing a lot of this in the logs --

2023-04-16T18:36:36.278175487Z stdout F [Error] File: /opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter.cc:74 [OTLP METRIC GRPC Exporter] Export() failed: DNS resolution failed for otelcol:4317: C-ares status is not ARES_SUCCESS qtype=A name=otelcol is_balancer=0: Domain name not found

@austinlparker austinlparker added the bug Something isn't working label Apr 16, 2023
@kaechele
Copy link

Configuration of the OLTP endpoint via environment variables is not yet supported:

// Configuration via environment variable not supported yet
otlpOptions.endpoint = "otelcol:4317";

So as of now it's hardcoded to otelcol:4317.

@puckpuck
Copy link
Contributor

This has been resolved in the currency service with #904

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants