[FFL-2449] Add server-side flag evaluation metrics documentation#37257
[FFL-2449] Add server-side flag evaluation metrics documentation#37257vjfridge wants to merge 12 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… metrics guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rver SDK pages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7b42c572b5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,146 @@ | |||
| --- | |||
| title: Set Up Server-Side Flag Evaluation Metrics | |||
There was a problem hiding this comment.
| @@ -0,0 +1,72 @@ | |||
| --- | |||
| title: Feature Flag Graphs | |||
There was a problem hiding this comment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| @@ -8,6 +8,9 @@ further_reading: | |||
| - link: "/remote_configuration/" | |||
| tag: "Documentation" | |||
There was a problem hiding this comment.
…ng links Remove DD_METRICS_OTEL_ENABLED from all server SDK pages and replace with comments pointing to the setup guide, matching the _index.md pattern. Add further_reading links to server_flag_evaluation_metrics and flag_graphs on all SDK pages. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
| @@ -8,6 +8,12 @@ further_reading: | |||
| - link: "/tracing/trace_collection/dd_libraries/dotnet-core/" | |||
| tag: "Documentation" | |||
| text: ".NET Tracing" | |||
There was a problem hiding this comment.
| @@ -8,6 +8,12 @@ further_reading: | |||
| - link: "/tracing/trace_collection/dd_libraries/go/" | |||
| tag: "Documentation" | |||
There was a problem hiding this comment.
| @@ -8,10 +8,18 @@ further_reading: | |||
| - link: "/tracing/trace_collection/automatic_instrumentation/dd_libraries/java/" | |||
| tag: "Documentation" | |||
| text: "Java APM and Distributed Tracing" | |||
There was a problem hiding this comment.
| @@ -11,6 +11,12 @@ further_reading: | |||
| - link: "/tracing/" | |||
| tag: "Documentation" | |||
| text: "Learn about Application Performance Monitoring (APM)" | |||
There was a problem hiding this comment.
| @@ -8,6 +8,12 @@ further_reading: | |||
| - link: "/tracing/trace_collection/dd_libraries/python/" | |||
| tag: "Documentation" | |||
| text: "Python Tracing" | |||
There was a problem hiding this comment.
| @@ -11,6 +11,12 @@ further_reading: | |||
| - link: "/tracing/" | |||
| tag: "Documentation" | |||
| text: "Learn about Application Performance Monitoring (APM)" | |||
There was a problem hiding this comment.
What does this PR do? What is the motivation?
Fixes FFL-2449
Adds public documentation for setting up server-side flag evaluation metrics, which were previously undocumented beyond a one-liner env var mention. The setup requires enabling the Datadog Agent OTLP receiver and pointing the application at it — neither of which existed in any public docs.
Changes
feature_flags/guide/server_flag_evaluation_metrics— step-by-step setup for Agent OTLP receiver, application env vars, metric verification, Historical Metrics retention, and a dashboard query reference. Includes a minimum tracer version table per SDK and marksfeature_flag.evaluationsas experimental.feature_flags/concepts/flag_graphs— describes the graphs on the flags list page and flag details page (targeting rule distribution, server evaluations, client evaluations, errors/latency, export to dashboard) for both client and server SDKs.feature_flags/server/_index.md— existingDD_METRICS_OTEL_ENABLEDalert updated to note the metric is experimental and link to the new guide.getting_started/feature_flags/_index.md— Step 5 now references the new metrics guide for server-side apps.feature_flags/guide/_index.mdandfeature_flags/concepts/_index.md— new pages added to navigation indexes.dotnet,go,java,nodejs,python,ruby) — added experimental warning alert next to theDD_METRICS_OTEL_ENABLEDenv var.Merge instructions
Merge readiness: