Skip to content

Commit f50cad8

Browse files
authored
Merge pull request #84730 from mrbullwinkle/mrb_08_07_2019_fix_typo
clarify 64,000 number
2 parents 45600f3 + 68f912f commit f50cad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/application-insights-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ There are some limits on the number of metrics and events per application, that
1818
| Throttling | 32,000 events/second | The limit is measured over a minute.
1919
| Data retention | 90 days | This resource is for [Search](../articles/azure-monitor/app/diagnostic-search.md), [Analytics](../articles/azure-monitor/app/analytics.md), and [Metrics Explorer](../articles/azure-monitor/app/metrics-explorer.md).
2020
| [Availability multi-step test](../articles/azure-monitor/app/availability-multistep.md) detailed results retention | 90 days | This resource provides detailed results of each step.
21-
| Maximum telemetry item size | 64,000 kB |
22-
| Maximum telemetry items in a batch | 64 K |
21+
| Maximum telemetry item size | 64 kB |
22+
| Maximum telemetry items per batch | 64 K |
2323
| Property and metric name length | 150 | See [type schemas](https://github.com/microsoft/ApplicationInsights-Home/tree/master/EndpointSpecs/Schemas/Bond).
2424
| Property value string length | 8,192 | See [type schemas](https://github.com/microsoft/ApplicationInsights-Home/tree/master/EndpointSpecs/Schemas/Bond).
2525
| Trace and exception message length | 32,768 | See [type schemas](https://github.com/microsoft/ApplicationInsights-Home/tree/master/EndpointSpecs/Schemas/Bond).

0 commit comments

Comments
 (0)