Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 2.67 KB

main (unreleased)

1.1.1 (01/04/2024)

  • [FEATURE]: feat(capture): add support for capture tracepoints #34 @Umaaz
  • [BUGFIX]: fix(duration): snapshot duration not set #37 @Umaaz
  • [BUGFIX]: fix(attributes): snapshot attributes not set #38 @Umaaz
  • [BUGFIX]: fix(resource): discovered resources overwriting each other #41 @Umaaz
  • [BUGFIX]: feat(events): use events for snapshot in spans #40 @Umaaz

1.1.0 (06/02/2024)

  • [CHANGE]: change(build): add doc string check to flake8 #14 @Umaaz
  • [FEATURE]: feat(logging): initial implementation of log points #3 @Umaaz
  • [FEATURE]: feat(plugins): change plugins to allow better customisation #22 @Umaaz
  • [FEATURE]: feat(metrics): initial implementation of metric points #21 @Umaaz
  • [FEATURE]: feat(spans): initial implementation of span points #25 @Umaaz
  • [FEATURE]: feat(api): add api function to register tracepoint directly #8 @Umaaz
  • [ENHANCEMENT]: enhancement(trigger): change tracepoint handling to use triggers #16 @Umaaz
  • [BUGFIX]: fix(metrics): correct handling of metrics in otel #30 @Umaaz

1.0.1 (22/06/2023)

  • [BUGFIX]: fix(config): correct env name on look up #1 @Umaaz