Released 2025-06-03
- Switch ordering for Statsbeat Attach detection to prioritize Azure Functions (#1251)
Released 2025-01-06
- Remove status code
206from retry code + only count batch level for statsbeat (#1247)
Released 2024-01-03
- Changed bit-mapping for
httpxandfastapiintegrations (#1239)
Released 2023-11-28
- Fix missing/None fields in
ExceptionDetails(#1232) - Fix missing/None typeName field in
ExceptionDetails(#1234)
Released 2023-10-12
Released 2023-09-18
- Add str fallback to envelope serialization (#1196)
Released 2023-03-10
- Fix export of exception information in traces (#1187)
- Modify metrics exporter to include setting export interval to 60s (#1193)
Released 2023-01-18
- Disable storage for statsbeat if storage is disabled for exporter (#1155)
- Add UK to eu statsbeats (#1181)
Released 2022-08-18
- Add storage existence checks to storing and transmitting in exporter (#1150)
- Add 502 and 504 status codes as retriable (#1153)
- Fix statsbeat bug - exporting zero values for network statsbeat (#1155)
Released 2022-08-03
- Add statusCode and exceptionType to network statsbeat (#1138)
Released 2022-07-05
- Allow specifying metrics (custom_measurements) for Azure custom events (#1117)
- Shutdown Statsbeat when hitting error/exception threshold (#1127)
- Fix failure counting statsbeat - refactor status code logic in transport (#1132)
- Use logging handler close instead of custom atexit hook (#1134)
Released 2022-04-20
- Statsbeat bug fixes - status codes (#1113)
- Statsbeat bug fixes - do not log if statsbeat (#1116)
- Add deprecation warning for explicitly using instrumentation key (#1118)
Released 2022-03-03
- Hotfix for version number (#1108)
Released 2022-03-03
Released 2022-01-19
- Fix statsbeats metric names (#1089)
- Add AAD statsbeat feature, fix incorrect counting of retry (#1093)
Released 2021-10-05
- Enable AAD authorization via TokenCredential (#1021)
- Implement attach rate metrics via Statsbeat (#1053)
- Implement network metrics via Statsbeat - Success count (#1059)
- Implement network metrics via Statsbeat - Others (#1062)
- Implement feature and instrumentation metrics via Statsbeat (#1076)
- Support stamp specific redirect in exporters (#1078)
Released 2021-05-13
- Fix
logger.exceptionwith no exception info throwing error (#1006) - Add
enable_local_storageto turn on/off local storage + retry + flushing logic (#1016)
Released 2021-01-25
- Hotfix (#1004)
Released 2021-01-14
Released 2020-10-13
- Attach rate metrics via Heartbeat for Web and Function apps (#930)
- Attach rate metrics for VM (#935)
- Add links in properties for trace exporter envelopes (#936)
- Fix attach rate metrics for VM to only ping data service on retry (#946)
- Added queue capacity configuration for exporters (#949)
Released 2020-06-29
- Remove dependency rate from standard metrics (#903)
- Implement customEvents using AzureEventHandler (#925)
Released 2020-06-17
- Change default path of local storage (#903)
- Add support to initialize azure exporters with proxies (#902)
Released 2020-02-04
- Add local storage and retry logic for Azure Metrics Exporter (#845)
- Add Fixed-rate sampling logic for Azure Log Exporter (#848)
- Implement TelemetryProcessors for Azure exporters (#851)
Released 2019-11-26
- Validate instrumentation key in Azure Exporters (#789)
- Add optional custom properties to logging messages (#822)
Released 2019-09-30
Released 2019-08-26
- Standard metrics incoming requests per second (#758)
Released 2019-07-31
- Added standard metrics (#708, #718, #720, #722, #724)
- Supported server performance breakdown by operation name (#735)
Released 2019-06-30
- Added metrics exporter (#678)
Released 2019-06-13
- Support span attributes (#682)
Released 2019-05-31
- Added log exporter (#657, #668)
- Added persistent storage support (#640)
- Changed AzureExporter constructor signature to use kwargs (#632)
Released 2019-04-24
- Initial release