-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
The type of kafka_producer_connection_count keeps changing between counter and gauge #16468
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
use javaagent to directly export metrics to prometheus, the
|
The issue I created in opentelemetry-java-instrumentation before: open-telemetry/opentelemetry-java-instrumentation#7302 |
@mapno, are those metrics generated by the service graph processor? I don't see this pattern in the readme, but I'm not sure which other place would generate this kind of metric. |
Hi @tuhao1020. It seems that those metrics come from a different component than the ones listed in the collector config, is that possible? |
@mapno metrics come from javaagent. when I change Here is my docker-compose file:
|
@jpkrohling It doesn't seem to have anything to do with servicegraph processor
|
If this metric is created by the Java Agent, you might want to report this in another repository. Probably this: https://github.com/open-telemetry/opentelemetry-java-instrumentation |
|
Thank you for confirming. I'm closing this issue here, please open one with the Java Agent repository. |
Component(s)
cmd/otelcontribcol, exporter/prometheus, processor/servicegraph
What happened?
The type of kafka_producer_connection_count keeps changing between counter and gauge
Collector version
0.66.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: