Skip to content

Conversation

maryliag
Copy link
Contributor

@maryliag maryliag commented Oct 10, 2025

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)

@maryliag
Copy link
Contributor Author

/fix:refcache

@otelbot-docs otelbot-docs bot requested a review from a team October 10, 2025 02:17
@github-actions github-actions bot added the blog label Oct 10, 2025
@otelbot-docs
Copy link
Contributor

otelbot-docs bot commented Oct 10, 2025

fix:refcache failed or exited with a non-zero error code (0). See logs: https://github.com/open-telemetry/opentelemetry.io/actions/runs/18394468410

@maryliag
Copy link
Contributor Author

/fix:refcache

@otelbot-docs
Copy link
Contributor

otelbot-docs bot commented Oct 10, 2025

fix:refcache applied successfully in run 18394680146.

Copy link
Member

@zeitlinger zeitlinger left a comment

Choose a reason for hiding this comment

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

great 😄

Copy link
Member

@jack-berg jack-berg left a 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
Copy link
Member

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.

Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@maryliag
Copy link
Contributor Author

/fix:refcache

@otelbot-docs
Copy link
Contributor

otelbot-docs bot commented Oct 10, 2025

fix:refcache applied successfully in run 18415678948.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

add blog post about declarative config

4 participants