Skip to content

Latest commit

 

History

History
130 lines (107 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

130 lines (107 loc) · 8.97 KB

1.0.8 (23/04/2024)

  • [BUGFIX]: fix deepql running in distributed mode #95 @Umaaz

1.0.7 (18/04/2024)

  • [FEATURE]: add support for deepql #93 @Umaaz

1.0.6 (14/03/2024)

  • [BUGFIX]: fix missing data in frame response #89 @Umaaz
  • [BUGFIX]: fix missing support for well known labels #92 @Umaaz

1.0.5 (08/02/2024)

  • [ENHANCEMENT]: Update deep proto version to support new properties on tracepoints #78 @Umaaz
  • [ENHANCEMENT]: change builds to use goreleaser #79 @Umaaz

1.0.4 (04/12/2023)

  • [BUGFIX]: compactor loop was not running #76 @Umaaz

1.0.3 (30/11/2023)

  • [CHANGE]: add/improve monitoring for retention #75 @Umaaz
  • [CHANGE]: add docs for run books #74 @Umaaz
  • [CHANGE]: unify metric namespaces and subsystems #73 @Umaaz
  • [CHANGE]: unify span tags for tenant #70 @Umaaz
  • [BUGFIX]: fix port in local docker example #72 @Umaaz

1.0.2 (06/11/2023)

  • [CHANGE]: add log message support in storage engine #66 @Umaaz
  • [BUGFIX]: tracepoint not removing from ring #64 @Umaaz

1.0.1 (09/10/2023)

  • [BUGFIX]: querier - queries would not select the correct metas #63 @Umaaz

1.0.0 (07/09/2023)

  • [CHANGE]: fix change log order #59 @Umaaz
  • [CHANGE]: add fmt check and update CONTRIBUTING.md #60 @Umaaz
  • [CHANGE]: fix formatting issues #61 @Umaaz
  • [CHANGE]: change examples to use official grafana docker image #58 @Umaaz
  • [CHANGE]: change examples to use docker hub hosted images #58 @Umaaz

0.1.6 (21/07/2023)

  • [BUGFIX]: fix issue with parsing config when using kubernetes/helm #56 @Umaaz

0.1.5 (07/08/2023)

  • [CHANGE]: remove gotestsum usage #47 @Umaaz
  • [CHANGE]: disable metrics gen #52 @Umaaz
  • [CHANGE]: compactor - clean up trace and Tempo references #53 @Umaaz
  • [CHANGE]: frontend - clean up trace and Tempo references #50 @Umaaz
  • [CHANGE]: querier - clean up trace and Tempo references #49 @Umaaz
  • [CHANGE]: ingester - clean up trace and Tempo references #32 @Umaaz
  • [CHANGE]: tracepoint - clean up trace and Tempo references #51 @Umaaz
  • [CHANGE]: overrides - clean up trace and Tempo references #35 @Umaaz
  • [CHANGE]: storage - clean up trace and Tempo references #47 @Umaaz
  • [CHANGE]: pkg - clean up trace and Tempo references #48 @Umaaz
  • [CHANGE]: general - clean up trace and Tempo references #54 @Umaaz
  • [CHANGE]: ensure consistent naming of tenant ID, Org ID #36 @Umaaz
  • [CHANGE]: add issue templates #29 @Umaaz
  • [CHANGE]: add pull request templates #30 @Umaaz
  • [FEATURE]: add basic distributor metrics #34 @Umaaz
  • [FEATURE]: add basic deepql support #47 @Umaaz

0.1.4 (04/07/2023)

  • [CHANGE]: Update metrics from ingester #25 @Umaaz
  • [CHANGE]: Update tenants dashboards #27 @Umaaz
  • [CHANGE]: Remove references to tempo/traces #13 @Umaaz
  • [CHANGE]: Disabled usage reports #28 @Umaaz
  • [ENHANCEMENT]: Add set of dashboards for monitoring deep #22 @Umaaz
  • [BUGFIX]: Handle error during query, when loading bad blocks #26 @Umaaz
  • [BUGFIX]: Ensure minio is started in distributed docker example #24 @Umaaz
  • [BUGFIX]: Handle nil when querier tracepoints, when we have no tracepoints #23 @Umaaz

0.1.3 (03/07/2023)

  • [ENHANCEMENT]: Change distributor to support multi entry points #20 @Umaaz
  • [BUGFIX]: Handle possible error during tracepoint requests #21 @Umaaz

0.1.2 (21/06/2023)

  • [CHANGE]: Make tracepoint storage use existing services #14 @Umaaz
  • [CHANGE]: BREAKING Remove unnecessary config embedding #15 @Umaaz
  • [ENHANCEMENT]: Add perma links to docs #9 @Umaaz
  • [ENHANCEMENT]: Add examples for using kubernetes deployment files #11 @Umaaz
  • [BUGFIX]: Add exception to middleware auth #10 @Umaaz
  • [BUGFIX]: Fix tracepoint worker not working in single binary mode #16 @Umaaz
  • [BUGFIX]: Fix possible nil reference in store #16 @Umaaz

0.1.1 (16/06/2023)

  • [FEATURE]: change the queue/worker system to support tracepoints allowing for distributed mode deployments #8 @Umaaz