Is the fingerprint field in Alertmanager unique?
问题 I am developing a dashboard, which receives all Alertmanager readings and processes them. I looked for a unique field in the request payload to create a unique external alert id in my database. The request payload looks something like this: { "status": "firing", "labels": { "alertname": "", "app": "", "cluster": "", "deployed_location": "", "instance": "", "job": "", "kubernetes_namespace": "", "kubernetes_pod_name": "", "pod_template_hash": "", "release": "", "replica": "", "severity": "" },