Skip to content

[pt] update content/pt/blog/2025/declarative-config.md#8824

Merged
vitorvasc merged 1 commit intoopen-telemetry:mainfrom
maryliag:d-blog-decl
Jan 10, 2026
Merged

[pt] update content/pt/blog/2025/declarative-config.md#8824
vitorvasc merged 1 commit intoopen-telemetry:mainfrom
maryliag:d-blog-decl

Conversation

@maryliag
Copy link
Copy Markdown
Contributor

@maryliag maryliag commented Jan 10, 2026

Already up-to-date

--- a/content/en/blog/2025/declarative-config.md
+++ b/content/en/blog/2025/declarative-config.md
@@ -54,26 +54,31 @@ resource:
     detectors:
       - service: # will add "service.instance.id" and "service.name" from OTEL_SERVICE_NAME
 
+propagator:
+  composite:
+    - tracecontext:
+    - baggage:
+
 tracer_provider:
   processors:
     - batch:
         exporter:
           otlp_http:
-            endpoint: ${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT:-http://localhost:4318}/v1/traces
+            endpoint: ${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT:-http://localhost:4318/v1/traces}
 
 meter_provider:
   readers:
     - periodic:
         exporter:
           otlp_http:
-            endpoint: ${OTEL_EXPORTER_OTLP_METRICS_ENDPOINT:-http://localhost:4318}/v1/metrics
+            endpoint: ${OTEL_EXPORTER_OTLP_METRICS_ENDPOINT:-http://localhost:4318/v1/metrics}
 
 logger_provider:
   processors:
     - batch:
         exporter:
           otlp_http:
-            endpoint: ${OTEL_EXPORTER_OTLP_LOGS_ENDPOINT:-http://localhost:4318}/v1/logs
+            endpoint: ${OTEL_EXPORTER_OTLP_LOGS_ENDPOINT:-http://localhost:4318/v1/logs}

 
 All you have to do is pass
@@ -309,7 +314,7 @@ some additional resources to explore:
 [java-bridge]:
   https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/declarative-config-bridge
 [js-package]:
-  https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-configuration
+  https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/configuration
 [php-docs]:
   https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Config/SDK#initialization-from-configuration-file
 [go-package]:
DRIFTED files: 1 out of 1

@vitorvasc vitorvasc added this pull request to the merge queue Jan 10, 2026
Merged via the queue into open-telemetry:main with commit 359e76f Jan 10, 2026
22 checks passed
@maryliag maryliag deleted the d-blog-decl branch January 10, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants