Skip to content

Commit b5f66a9

Browse files
Merge pull request #249614 from tomkerkhove/patch-13
fix(apim): emit-metric uses double as value, not int
2 parents 5259337 + f183b3c commit b5f66a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
3535
| --------- | -------------------------- | ------------------ | -------------- |
3636
| name | A string. Name of custom metric. Policy expressions aren't allowed. | Yes | N/A |
3737
| namespace | A string. Namespace of custom metric. Policy expressions aren't allowed. | No | API Management |
38-
| value | Value of custom metric expressed as an integer. Policy expressions are allowed. | No | 1 |
38+
| value | Value of custom metric expressed as a double. Policy expressions are allowed. | No | 1 |
3939

4040

4141
## Elements
@@ -95,4 +95,4 @@ The following example sends a custom metric to count the number of API requests
9595

9696
* [API Management advanced policies](api-management-advanced-policies.md)
9797

98-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
98+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)