Skip to content

Commit 314a16f

Browse files
author
gitName
committed
update per spec
1 parent 440bbff commit 314a16f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 10/31/2024
9+
ms.date: 11/05/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:
@@ -69,7 +69,7 @@ The `azure-openai-emit-token-metric` policy sends custom metrics to Application
6969

7070
## Usage
7171

72-
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound
72+
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound, outbound
7373
- [**Policy scopes:**](./api-management-howto-policies.md#scopes) global, workspace, product, API, operation
7474
- [**Gateways:**](api-management-gateways-overview.md) classic, v2, consumption, self-hosted, workspace
7575

@@ -83,7 +83,7 @@ The `azure-openai-emit-token-metric` policy sends custom metrics to Application
8383

8484
## Example
8585

86-
The following example sends Azure OpenAI token count metrics to Application Insights along with API ID as a custom dimension.
86+
The following example sends Azure OpenAI token count metrics to Application Insights along with API ID as a default dimension.
8787

8888
```xml
8989
<policies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 10/31/2024
9+
ms.date: 11/05/2024
1010
ms.author: danlep
1111
ms.custom: engagement-fy23
1212
---
@@ -73,7 +73,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
7373

7474
## Example
7575

76-
The following example sends a custom metric to count the number of API requests along with API ID as a custom dimension.
76+
The following example sends a custom metric to count the number of API requests along with API ID as a default dimension.
7777

7878
```xml
7979
<policies>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 10/31/2024
9+
ms.date: 11/05/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:
@@ -72,7 +72,7 @@ The `llm-emit-token-metric` policy sends custom metrics to Application Insights
7272

7373
## Usage
7474

75-
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound
75+
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound, outbound
7676
- [**Policy scopes:**](./api-management-howto-policies.md#scopes) global, workspace, product, API, operation
7777
- [**Gateways:**](api-management-gateways-overview.md) classic, v2, consumption, self-hosted, workspace
7878

@@ -85,7 +85,7 @@ The `llm-emit-token-metric` policy sends custom metrics to Application Insights
8585

8686
## Example
8787

88-
The following example sends LLM token count metrics to Application Insights along with API ID as a custom dimension.
88+
The following example sends LLM token count metrics to Application Insights along with API ID as a default dimension.
8989

9090
```xml
9191
<policies>

includes/api-management-emit-metric-dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ms.author: danlep
1717
* Subscription ID
1818
* Location
1919
* Gateway ID
20-
* Backend ID
20+
* Backend ID (use only in outbound policy)

0 commit comments

Comments
 (0)