Skip to content

feat: add configurable DD env vars#215

Merged
jeastham1993 merged 1 commit into
mainfrom
fix/dd-env-vars
Feb 18, 2026
Merged

feat: add configurable DD env vars#215
jeastham1993 merged 1 commit into
mainfrom
fix/dd-env-vars

Conversation

@jeastham1993

@jeastham1993 jeastham1993 commented Feb 18, 2026

Copy link
Copy Markdown
Collaborator

.NET services instrumented with OTEL automatically capture the POST request to the OTEL collector for sending trace and metric data. This causes noise in Datadog, and needs to be reduced.

One way to do that, is by using the DD_IGNORE_RESOURCES environment variable. This was hardcoded for a single heatlh endpoint that was applied to all services as part of the SharedProps. Need to make this configurable.

This PR allows Datadog agent environment variables to be passed in on a per service basis.

@scottgerring scottgerring left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved pending successful CI

@jeastham1993 jeastham1993 merged commit 2606c95 into main Feb 18, 2026
32 checks passed
@jeastham1993 jeastham1993 deleted the fix/dd-env-vars branch February 18, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants