Skip to content

Commit f09d3e3

Browse files
Pull request review resolutions (#2)
* Update azure-openai-emit-token-metric-policy.md * Update emit-metric-policy.md * Update llm-emit-token-metric-policy.md * Update api-management-custom-metrics-limits.md
1 parent eb3c8bf commit f09d3e3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/api-management/azure-openai-emit-token-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The `azure-openai-emit-token-metric` policy sends custom metrics to Application
5858
| ----------- | --------------------------------------------------------------------------------- | -------- |
5959
| dimension | Add one or more of these elements for each dimension included in the metric. | Yes |
6060

61-
### dimension attributes
61+
### Dimension attributes
6262

6363
| Attribute | Description | Required | Default value |
6464
| --------- | -------------------------- | ------------------ | -------------- |

articles/api-management/emit-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
5252
| ----------- | --------------------------------------------------------------------------------- | -------- |
5353
| dimension | Add one or more of these elements for each dimension included in the custom metric. | Yes |
5454

55-
### dimension attributes
55+
### Dimension attributes
5656

5757
| Attribute | Description | Required | Default value |
5858
| --------- | -------------------------- | ------------------ | -------------- |

articles/api-management/llm-emit-token-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `llm-emit-token-metric` policy sends custom metrics to Application Insights
6060
| ----------- | --------------------------------------------------------------------------------- | -------- |
6161
| dimension | Add one or more of these elements for each dimension included in the metric. | Yes |
6262

63-
### dimension attributes
63+
### Dimension attributes
6464

6565
| Attribute | Description | Required | Default value |
6666
| --------- | -------------------------- | ------------------ | -------------- |

includes/api-management-custom-metrics-limits.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.custom:
99

1010
Azure Monitor imposes [usage limits](/azure/azure-monitor/essentials/metrics-custom-overview#quotas-and-limits) for custom metrics that may affect your ability to emit metrics from API Management. For example, Azure Monitor currently sets a limit of 10 dimension keys per metric, and a limit of 50,000 total active time series per region in a subscription (within a 12 hour period). In API Management, 5 of these are used for default dimensions including the following:
1111

12-
Region
13-
Service ID
14-
Service Name
15-
Service Type
12+
- Region
13+
- Service ID
14+
- Service Name
15+
- Service Type
1616

1717
These limits have the following implications for configuring custom metrics in an API Management policy such as `emit-metric` or `azure-openai-emit-token-metric`:
1818

@@ -22,4 +22,4 @@ These limits have the following implications for configuring custom metrics in a
2222

2323
* If you configure the policy in multiple API Management instances that are in the same region in a subscription, all instances can contribute to the regional active time series limit.
2424

25-
Learn more about [design limitations and considerations ](/azure/azure-monitor/essentials/metrics-custom-overview#design-limitations-and-considerations) for custom metrics in Azure Monitor.
25+
Learn more about [design limitations and considerations ](/azure/azure-monitor/essentials/metrics-custom-overview#design-limitations-and-considerations) for custom metrics in Azure Monitor.

0 commit comments

Comments
 (0)