Actix Web Opentelemetry Versions Save

OpenTelemetry integration for Actix Web

v0.18.0

2 weeks ago

Changed

  • Update to otel v0.23 (#157)

v0.17.0

3 months ago

Changed

  • Update to otel v0.22 (#147)

Fixed

  • Fix typo for http_server_response_size metric (#139)
  • Fix http_server_response_size metric (#140)

v0.16.0

7 months ago

Changed

  • Update to otel v0.21 (#135)
  • Remove active request units until bug is resolved (#136)

v0.15.0

10 months ago

Changed

  • Update to otel v0.20 (#131)
  • Update to semantic conventions spec v1.21 (#131)

See the semantic conventions documentation for details about instrument and span updates.

v0.14.0

10 months ago

Changed

  • Update to otel v0.19 (#126)

v0.13.0

1 year ago

Changed

  • Update to otel v0.18 (#115)

v0.13.0-alpha.1

1 year ago

Added

  • Export RequestTracingMiddleware (#106)
  • Allow customisation of client span names (#111)

Changed

  • Update semantic conventions for client and server traces (#113)
  • Reduce default span namer cardinality (#112)
  • Remove http.client_ip from metrics (#110)
  • Use proper metric semantic conventions (#109)
  • Use Otel semantic conventions for metrics (#105)
  • Simplify PrometheusMetricsHandler (#104)
  • Refactor to make Prometheus optional (#103)

v0.12.0

2 years ago

Changed

  • Update to 2021 edition (#99)
  • Update to actix-web v4 (#97)

v0.11.0-beta.7

2 years ago

Added

  • Add with_attributes method to client extension (#91)

Changed

  • Add http status code handling for client (#88)
  • Update to actix-http beta.17, actix-web beta.16, awc beta.15 (#89)
  • Make awc client tracing an optional feature (#92)

v0.11.0-beta.6

2 years ago

Changed

  • Update actix-web and actix-http requirements to beta.13 (#84)