Skip to content

Commit

Permalink
feat: defined datadog provider name constant (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Sudipto Baral <[email protected]>
  • Loading branch information
sudiptob2 committed Feb 17, 2023
1 parent 5be12ed commit 97f9f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/controllers/common/providers/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const DynatraceProviderName = "dynatrace"
const DynatraceDQLProviderName = "dql"
const PrometheusProviderName = "prometheus"
const KeptnMetricProviderName = "keptn-metric"
const DataDogProviderName = "datadog"

func GetDefaultMetricProvider(namespace string) *klcv1alpha2.KeptnEvaluationProvider {
return &klcv1alpha2.KeptnEvaluationProvider{
Expand Down

0 comments on commit 97f9f39

Please sign in to comment.