Skip to content

Latest commit

 

History

History
290 lines (196 loc) · 9.52 KB

File metadata and controls

290 lines (196 loc) · 9.52 KB

Changelog

Unreleased

1.1.15

Released 2025-06-03

  • Switch ordering for Statsbeat Attach detection to prioritize Azure Functions (#1251)

1.1.14

Released 2025-01-06

  • Remove status code 206 from retry code + only count batch level for statsbeat (#1247)

1.1.13

Released 2024-01-03

  • Changed bit-mapping for httpx and fastapi integrations (#1239)

1.1.12

Released 2023-11-28

  • Fix missing/None fields in ExceptionDetails (#1232)
  • Fix missing/None typeName field in ExceptionDetails (#1234)

1.1.11

Released 2023-10-12

  • Add str fallback to envelope serialization (#1196)
  • Remove outerId from exceptiondata (#1221)

1.1.10

Released 2023-09-18

  • Add str fallback to envelope serialization (#1196)

1.1.9

Released 2023-03-10

  • Fix export of exception information in traces (#1187)
  • Modify metrics exporter to include setting export interval to 60s (#1193)

1.1.8

Released 2023-01-18

  • Disable storage for statsbeat if storage is disabled for exporter (#1155)
  • Add UK to eu statsbeats (#1181)

1.1.7

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)

1.1.6

Released 2022-08-03

  • Add statusCode and exceptionType to network statsbeat (#1138)

1.1.5

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)

1.1.4

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)

1.1.3

Released 2022-03-03

  • Hotfix for version number (#1108)

1.1.2

Released 2022-03-03

  • Statsbeat bug fixes, shorten host in network stats (#1100)
  • Support statsbeat in EU regions (#1105)

1.1.1

Released 2022-01-19

  • Fix statsbeats metric names (#1089)
  • Add AAD statsbeat feature, fix incorrect counting of retry (#1093)

1.1.0

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)

1.0.8

Released 2021-05-13

  • Fix logger.exception with no exception info throwing error (#1006)
  • Add enable_local_storage to turn on/off local storage + retry + flushing logic (#1016)

1.0.7

Released 2021-01-25

1.0.6

Released 2021-01-14

  • Disable heartbeat metrics in exporters (#984)
  • Loosen instrumentation key validation to GUID (#986)

1.0.5

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)

1.0.4

Released 2020-06-29

  • Remove dependency rate from standard metrics (#903)
  • Implement customEvents using AzureEventHandler (#925)

1.0.3

Released 2020-06-17

  • Change default path of local storage (#903)
  • Add support to initialize azure exporters with proxies (#902)

1.0.2

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)

1.0.1

Released 2019-11-26

  • Validate instrumentation key in Azure Exporters (#789)
  • Add optional custom properties to logging messages (#822)

1.0.0

Released 2019-09-30

  • Standard Metrics - Incoming requests execution time (#773)
  • Implement connection strings (#767)

0.7.1

Released 2019-08-26

  • Standard metrics incoming requests per second (#758)

0.7.0

Released 2019-07-31

0.3.1

Released 2019-06-30

  • Added metrics exporter (#678)

0.2.1

Released 2019-06-13

  • Support span attributes (#682)

0.2.0

Released 2019-05-31

  • Added log exporter (#657, #668)
  • Added persistent storage support (#640)
  • Changed AzureExporter constructor signature to use kwargs (#632)

0.1.0

Released 2019-04-24

  • Initial release