File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
sdk/monitor/azure-monitor-opentelemetry
azure/monitor/opentelemetry/_diagnostics Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66
77- Performance Counters
88 ([ #43262 ] ( https://github.com/Azure/azure-sdk-for-python/pull/43262 ) )
9+ - Adding more diagnostic log message IDs
10+ ([ #43183 ] ( https://github.com/Azure/azure-sdk-for-python/pull/43183 ) )
911
1012### Breaking Changes
1113
Original file line number Diff line number Diff line change 3232_DIAGNOSTIC_LOG_PATH = _get_log_path ()
3333
3434_DISTRO_DETECTS_ATTACH = "4100"
35- _INFO = "4101"
3635_INSTRUMENTATION_SKIPPED = "4101"
36+ _INFO = "4102"
3737
3838_ATTACH_SUCCESS_DISTRO = "4200"
3939_ATTACH_SUCCESS_CONFIGURATOR = "4201"
4040_INSTRUMENTATION_SUCCEEDED = "4202"
4141
4242_DEPENDENCY_OVERLAP = "4300"
43+ _BACKOFF_EXPORTER = "4301"
44+ _BACKOFF_CONFLICT = "4302"
45+ _BACKOFF_UNSUPPORTED_PYTHON_VERSION = "4303"
4346
4447_ATTACH_FAILURE_DISTRO = "4400"
4548_ATTACH_FAILURE_CONFIGURATOR = "4401"
4649_ATTACH_DETECTS_SDK = "4402"
4750_INSTRUMENTATION_FAILED = "4403"
51+ _EXCEPTION = "4404"
4852
4953
5054class AzureDiagnosticLogging :
You can’t perform that action at this time.
0 commit comments