-
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
inconsistent timestamps on metric points for metric up #22096
Comments
Note: This is a potential duplicate of #14453 |
Pinging code owners for receiver/prometheus: @Aneurysm9 @dashpole. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Sorry for the low response. That looks like a bug. My first guess is that the |
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. |
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. |
To help us investigate, can you provide the contents of the |
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. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
cmd/otelcontribcol
Describe the issue you're reporting
otel collecotr config:
prometheus metrics:
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="+Inf"} 6.3285439e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="13568.999999999998"} 6.3056218e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="144.99999999999997"} 5.9483332e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="1536.9999999999998"} 6.2455961e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="24.999999999999996"} 3.3698032e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="27264.999999999996"} 6.3218909e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="320.99999999999994"} 6.1425144e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="3200.9999999999995"} 6.2638457e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="64.99999999999999"} 4.6509709e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="6528.999999999999"} 6.29979e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="704.9999999999999"} 6.1907236e+07 1684481521360
go_gc_heap_allocs_by_size_bytes_total_bucket{instance="192.168.2.245:9104",job="mysql",le="8.999999999999998"} 6.137389e+06 1684481521360
**prometheus url:**http://192.168.2.245:9090/federate?match%5B%5D=%7Bjob%3D%22mysql%22%7D
**otel collecotr error:**Appending scrape report failed {"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_pool": "federate", "target": "http://192.168.2.245:9090/federate?match%5B%5D=%7Bjob%3D%22mysql%22%7D", "error": "inconsistent timestamps on metric points for metric up"}
I would like to ask how to solve this problem. Is this a bug?
The text was updated successfully, but these errors were encountered: