Skip to content

Conversation

@anomalizer
Copy link

Grafana can end up emitting the same group key across multiple events. The true unique value of each alert exists in a field known as figerprint. Hence we need to take this value for setting firehydrant's idempotence value.

A single message/event may have multiple alerts. Hence, we concat all values to arrive at the key. Sorting of this array is needed for determistic output.

Grafana can end up emitting the same group key across multiple events.
The true unique value of each alert exists in a field known as
figerprint. Hence we need to take this value for setting firehydrant's
idempotence value.

A single message/event may have multiple alerts. Hence, we concat all
values to arrive at the key. Sorting of this array is needed for
determistic output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant