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
- Customer Facing SDKStats: Added telemetry_success field to dropped items as per [Spec] - https://github.com/aep-health-and-standards/Telemetry-Collection-Spec/pull/606
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_configuration/__init__.py
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_configuration/_state.py
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,29 @@
4
4
5
5
This module provides global access functions for the Configuration Manager singleton.
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_configuration/_utils.py
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,15 @@ class OneSettingsResponse:
46
46
"""Response object containing OneSettings API response data.
47
47
48
48
This class encapsulates the parsed response from a OneSettings API call,
49
-
including configuration settings, version information, and metadata.
49
+
including configuration settings, version information, error indicators and metadata.
50
50
51
51
Attributes:
52
52
etag (Optional[str]): ETag header value for caching and conditional requests
53
53
refresh_interval (int): Interval in seconds for the next configuration refresh
54
54
settings (Dict[str, str]): Dictionary of configuration key-value pairs
55
55
version (Optional[int]): Configuration version number for change tracking
56
56
status_code (int): HTTP status code from the response
57
+
has_exception (bool): True if the request resulted in a transient error (network error, timeout, etc.)
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_quickpulse/_live_metrics.py
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_quickpulse/_manager.py
0 commit comments