You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus will warn about clashing values in logs on every scrape. Example:
{"caller":"scrape.go:1744","component":"scrape manager","level":"warn","msg":"Error on ingesting samples with different value but same timestamp","num_dropped":2,"scrape_pool":"vmware","target":"http://vmware-exporter:9272/metrics?target=10.10.10.1","ts":"2024-10-03T07:30:54.384Z"}
Culprits
Looking at the output of exporter, there are metrics with the same name/labels repeated several times. Example (emphasis mine):
Symptoms
Prometheus will warn about clashing values in logs on every scrape. Example:
Culprits
Looking at the output of exporter, there are metrics with the same name/labels repeated several times. Example (emphasis mine):
Getting via pyVim, this is what sensor descriptions look like
The text was updated successfully, but these errors were encountered: