-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Using AGGREGATION_ TEMPORARITY_ DELTA does not support histogram metrics #29659
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hello @shicli, can you share the full configuration of the collector that you're using? I'm unclear on whether this is a problem you're having with the |
`receivers: exporters: connectors: service: |
@crobert-1 @albertteoh When I use "AGGREGATION-TEMPORALITY-CUMULATIVE", I generate calls, duration_ Sum, duration_ Bucket, duration_count metric is used, but when I use "AGGREGATION-TEMPORALITY-DELTA", only the calls metric is available. |
As documented in the remote write exporter readme:
remote write exporter doesn't support detlas currently, since prometheus doesn't support ingesting deltas. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
connector/spanmetrics
What happened?
Description
I am using AGGREGATION_ TEMPORARITY_ DELTA, but I found that only the calls indicator was generated and there was no histogram indicator. I am confused about this. The reason why I chose DELTA is because CUMULATIV generates too many metrics, so I hope to use DELTA to clean up old data, but in reality, there is no duration data generation. I don't know if I misunderstood it, and I hope you can help me
Steps to Reproduce
Expected Result
calls and duration
Actual Result
only calls
Collector version
0.88
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: