How to determine the cause for PrometheusDuplicateTimestamps alerts.
Updated -
To determine the source of the Prometheus Duplicate Timestamps do the following
Determine if PrometheusDuplicateTimestamps alerts are firing:
$ TOKEN=$(oc whoami --show-token)
$ ROUTE=$(oc get routes -n openshift-monitoring -o jsonpath='{.items[?(@.metadata.name=="prometheus-k8s")].spec.host}')
$ curl -k -H "Authorization: Bearer $TOKEN" -X GET https://$ROUTE/api/v1/aler...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.