Skip to content

Commit

Permalink
chore: remove unneeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Parker <[email protected]>
  • Loading branch information
mrparkers committed Aug 2, 2023
1 parent c14a45e commit 21efe48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/notifier/datadog.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func (d *DataDog) toDataDogEvent(event *eventv1.Event) datadogV1.EventCreateRequ
func (d *DataDog) toDataDogTags(event *eventv1.Event) []string {
// Note: Datadog's built in kubernetes tagging is documented here: https://docs.datadoghq.com/containers/kubernetes/tag/?tab=containerizedagent#out-of-the-box-tags
tags := []string{
// Matching this tag name to the name used by alertmanager.go
fmt.Sprintf("flux_reporting_controller:%s", event.ReportingController),
fmt.Sprintf("flux_reason:%s", event.Reason),
// "env" is a standard tag for datadog and usually matches the cluster name: https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes
Expand Down

0 comments on commit 21efe48

Please sign in to comment.