Skip to main content

0.3.1 to 0.3.2

This update has the following changes:

  • Dependency updates
  • Metrics option to disable
  • Standar name for socket traces in opentelemetry

So if you are using 0.3.1, you will need to update your configuration related to metrics to use 0.3.2.

channel_sender_ex:
# prometheus_port: 9568 -> moved to metrics configuration
opentelemetry:
traces_enable: true # existing
traces_endpoint: "http://localhost:4318" # existing
traces_ignore_routes: ["/health", "/metrics"] # existing
metrics:
enabled: false # default to false -> new option to disable metrics
prometheus_port: 9568 # moved from root configuration
active_interval_minutes_count: 2 # existing