Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <[email protected]>
Signed-off-by: Yohan Boyer <[email protected]>
  • Loading branch information
2 people authored and poiana committed Nov 21, 2024
1 parent 97ac674 commit 5c7e05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/datadog_logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (c *Client) DatadogLogsPost(falcopayload types.FalcoPayload) {
return
}

go c.CountMetric(Outputs, 1, []string{"output:datadogLogs", "status:ok"})
go c.CountMetric(Outputs, 1, []string{"output:datadoglogs", "status:ok"})
c.Stats.DatadogLogs.Add(OK, 1)
c.PromStats.Outputs.With(map[string]string{"destination": "datadoglogs", "status": OK}).Inc()
c.OTLPMetrics.Outputs.With(attribute.String("destination", "datadoglogs"),
Expand Down

0 comments on commit 5c7e05f

Please sign in to comment.