-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(blog): post for declarative config #8049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/fix:refcache |
❌ |
/fix:refcache |
✅ |
…y.io into decla-config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great 😄
Co-authored-by: Jay DeLuca <[email protected]>
Co-authored-by: Jay DeLuca <[email protected]>
Co-authored-by: Jay DeLuca <[email protected]>
Co-authored-by: Jay DeLuca <[email protected]>
Co-authored-by: Gregor Zeitlinger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of small notes, but really appreciate you putting this together (and driving the JS implementation by the looks of it!).
- batch: | ||
exporter: | ||
otlp_http: | ||
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:-http://localhost:4318}/v1/traces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its important to use the signal specific environment variable reference (i.e. OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
) as demonstrated here: https://github.com/open-telemetry/opentelemetry-configuration/blob/main/examples/sdk-migration-config.yaml#L107
Implementations will not append the /v1/{signal}
suffix if it is omitted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, I updated traces, logs and metrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @zeitlinger , so you can make the same update on https://gist.github.com/zeitlinger/09585b1ab57c454f87e6dcb9a6f50a5c
/fix:refcache |
✅ |
Add a blog post about Declarative configuration, showing its journey and the status on languages
Deploy preview: https://deploy-preview-8049--opentelemetry.netlify.app/blog/2025/declarative-config/
Fixes #7994
Important: Don't merge before Java agent 2.21 has been released (planned for Oct 16th)