Skip to content

Releases: i-love-flamingo/opentelemetry

v0.2.0

24 Sep 11:02
1250509
Compare
Choose a tag to compare

Version v0.2.0 (2024-09-24)

Features

Fixes

  • #18: implement shutdown for tracer and meter (#21) (20dc9d8)
  • rename to ignoreParentDecision (f951332)

Ops and CI/CD

  • introduce flamingo code standards (#15) (26c22c8)

Chores and tidying

  • bump go version in tests (#26) (578df66)
  • deps: update module github.com/prometheus/client_golang to v1.20.4 (#22) (057e7c9)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.55.0 (#20) (6b68d5e)
  • deps: update module github.com/vektra/mockery/v2 to v2.46.0 (#23) (8d3feba)
  • deps: update module go.opentelemetry.io/otel/bridge/opencensus to v1 (#10) (76ced0f)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.54.0 (#8) (d10f2a6)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 (#7) (cbb0ac4)
  • deps: update opentelemetry-go monorepo (#6) (d206aa9)
  • deps: update module github.com/prometheus/client_golang to v1.20.3 (#13) (05ba637)
  • deps: update module flamingo.me/flamingo/v3 to v3.10.1 (#14) (4dc3d21)
  • deps: update dependency go to v1.22.6 (#11) (18dcedd)
  • deps: update actions/setup-go action to v5 (#9) (4df0876)
  • deps: update module github.com/prometheus/client_golang to v1.19.1 (#4) (b7ff4f1)
  • deps: update module flamingo.me/flamingo/v3 to v3.9.0 (#3) (d506e74)

What's Changed

  • chore(deps): update module flamingo.me/flamingo/v3 to v3.9.0 by @renovate in #3
  • chore(deps): update module github.com/prometheus/client_golang to v1.19.1 by @renovate in #4
  • chore(deps): update actions/setup-go action to v5 by @renovate in #9
  • chore(deps): update dependency go to v1.22.6 by @renovate in #11
  • ci: introduce flamingo code standards by @tessig in #15
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.10.1 by @renovate in #14
  • chore(deps): update module github.com/prometheus/client_golang to v1.20.3 by @renovate in #13
  • feat: drop Jaeger support by @tessig in #16
  • chore(deps): update opentelemetry-go monorepo by @renovate in #6
  • chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 by @renovate in #7
  • chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.54.0 by @renovate in #8
  • chore(deps): update module go.opentelemetry.io/otel/bridge/opencensus to v1 by @renovate in #10
  • fix(#18): implement shutdown for tracer and meter by @tessig in #21
  • feat: register url prefix sampler for flamingo, resolves #17 by @tessig in #24
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.46.0 by @renovate in #23
  • chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.55.0 by @renovate in #20
  • chore(deps): update module github.com/prometheus/client_golang to v1.20.4 by @renovate in #22
  • chore: bump go version in tests by @tessig in #26
  • Release v0.2.0 by @github-actions in #2

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Nov 12:48
a97c695
Compare
Choose a tag to compare

Version v0.1.0 (2023-11-15)

Features

  • add otlp exporters for traces (d13d92c)
  • connect opencensus bridge for metrics and expose on systemendpoint (81d7ebc)
  • properly set up opentelemetry resource (f5c7471)
  • implement opentelemetry module (145d890)
  • initial commit (342e11e)

Tests

  • add unit tests for sampler (fea832c)

Refactoring

  • improve configuration naming (ce38160)

Ops and CI/CD

Documentation

Chores and tidying

What's Changed

  • Release v0.1.0 by @github-actions in #1

New Contributors

  • @github-actions made their first contribution in #1

Full Changelog: https://github.com/i-love-flamingo/opentelemetry/commits/v0.1.0