Conversation
Turbo87
marked this pull request as draft
September 16, 2026 21:24
Turbo87
force-pushed
the
otel-metrics
branch
from
September 16, 2026 21:45
195deb6 to
abd4f02
Compare
This comment has been minimized.
This comment has been minimized.
Turbo87
force-pushed
the
otel-metrics
branch
2 times, most recently
from
September 18, 2026 07:14
dc1246a to
9af0650
Compare
This comment has been minimized.
This comment has been minimized.
Turbo87
force-pushed
the
otel-metrics
branch
from
September 18, 2026 07:41
9af0650 to
f134445
Compare
This comment has been minimized.
This comment has been minimized.
Service and database dump metrics now flow exclusively through OpenTelemetry. The background worker no longer configures a Datadog client, while the retained client and configuration continue to support monitor service checks.
OpenTelemetry now provides instance-level metrics, so the server no longer starts a Prometheus-to-stdout forwarding thread. The private Prometheus endpoint and its metric collection remain unchanged for the final removal step.
OpenTelemetry now covers the server and worker metrics previously exposed through Prometheus. Remove the private endpoint, legacy instruments and request updates, endpoint configuration, and the unused Prometheus dependency while retaining the database snapshot used by the OpenTelemetry collector.
Turbo87
force-pushed
the
otel-metrics
branch
from
September 18, 2026 10:37
f134445 to
8617a33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This draft PR migrates our metrics collection from
prometheusand a custom Datadog client toopentelemetry.It includes two phases:
opentelemetrysupport to the applicationprometheusand custom Datadog metrics codeThis draft is not intended to merge as one change. I will extract the expansion commits into a dedicated PR that keeps the legacy paths running in parallel. The removal commits will follow after the OpenTelemetry metrics have been validated in staging and production.