feat: OTEL support for Elixir apps #984

Closed
opened 2026-03-28 04:30:32 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2761
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2761
Original created: 2026-02-10T04:26:17Z


Is your feature request related to a problem?

We have an OTEL logs/traces/metrics collector running in our cluster/docker compose stack (serviceradar-otel:4317, requires mTLS), our retired legacy golang services were all configured to send traces and metrics but now those are gone. Need to build a shared OTEL library for ServiceRadar elixir apps and wire it up for our apps.

  • web-ng
  • agent-gateway
  • core-elx
  • logs
  • traces
  • metrics
  • update helm chart/values-demo.yaml
  • update docker compose stack and configure elixir apps to send traces/logs/metrics by default to our otel server (serviceradar-otel:4317 mTLS)

https://opentelemetry.io/docs/languages/erlang/
https://hexdocs.pm/opentelemetry/readme.html
https://github.com/open-telemetry/opentelemetry-erlang

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Imported from GitHub. Original GitHub issue: #2761 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2761 Original created: 2026-02-10T04:26:17Z --- **Is your feature request related to a problem?** We have an OTEL logs/traces/metrics collector running in our cluster/docker compose stack (serviceradar-otel:4317, requires mTLS), our retired legacy golang services were all configured to send traces and metrics but now those are gone. Need to build a shared OTEL library for ServiceRadar elixir apps and wire it up for our apps. - [x] web-ng - [x] agent-gateway - [x] core-elx - [x] logs - [x] traces - [x] metrics - [x] update helm chart/values-demo.yaml - [x] update docker compose stack and configure elixir apps to send traces/logs/metrics by default to our otel server (serviceradar-otel:4317 mTLS) https://opentelemetry.io/docs/languages/erlang/ https://hexdocs.pm/opentelemetry/readme.html https://github.com/open-telemetry/opentelemetry-erlang **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
mfreeman451 2026-03-28 04:30:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#984
No description provided.