You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

11
+
12
+
You can scrape an Cognitive Service Account via the `CognitiveServicesAccount`
13
+
resource type.
14
+
15
+
When using declared resources, the following fields need to be provided:
16
+
17
+
-`cognitiveServicesAccountName` - The name of the Cognitive Services Account.
18
+
19
+
All supported metrics are documented in the official [Azure Monitor documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cognitiveservices-accounts-metrics).
20
+
21
+
## Example
22
+
23
+
Here is an example configuration:
24
+
25
+
```yaml
26
+
name: cognitive_services_rate_limit
27
+
description: The current ratelimit of the ratelimit key.
0 commit comments