Skip to content

Commit

Permalink
Establish 1.8.0 as the minimum version of the Datadog Operator requir…
Browse files Browse the repository at this point in the history
…ed for this

Signed-off-by: Ara Pulido <[email protected]>
  • Loading branch information
arapulido committed Jul 24, 2024
1 parent 0bfacb9 commit b75c195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/2.15/scalers/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
[...]
```

NOTE: Using the Datadog Operator for this purpose requires version 1.8.0 of the operator or later.

### Create a DatadogMetric object for each scaling query

To use the Datadog Cluster Agent to retrieve the query values from Datadog, first, create a [`DatadogMetric`](https://docs.datadoghq.com/containers/guide/cluster_agent_autoscaling_metrics/?tab=helm#create-the-datadogmetric-object) object with the query to drive your scaling events. You will need to add the `external-metrics.datadoghq.com/always-active: "true"` annotation, to ensure the Cluster Agent retrieves the query value. Example:
Expand Down

0 comments on commit b75c195

Please sign in to comment.