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
[AzureMonitorExporter] Add Performance Counter Support (#52705)
* Added Performance metrics.
* Update tests
* copilot feedback
* request and exception rate fix
* Fix event id numbers
* remove runtime metrics
* test update
* test fix
* Revert test change as rate is unpreditable due to CI calculated exceptions.
Copy file name to clipboardExpand all lines: sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Internals/Diagnostics/AzureMonitorExporterEventSource.cs
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -491,5 +491,50 @@ public void CustomerSdkStatsInitializationFailed(Exception ex)
491
491
492
492
[Event(50,Message="Invalid sampler argument '{1}' for sampler '{0}'. Ignoring.",Level=EventLevel.Warning)]
[Event(51,Message="Failure to calculate CPU Counter. Unexpected negative timespan: PreviousCollectedTime: {0}. RecentCollectedTime: {1}. Not user actionable.",Level=EventLevel.Error)]
[Event(52,Message="Failure to calculate CPU Counter. Unexpected negative value: PreviousCollectedValue: {0}. RecentCollectedValue: {1}. Not user actionable.",Level=EventLevel.Error)]
0 commit comments