File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ release.
29
29
([ #880 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/880 ) )
30
30
* [ currencyservice] Fix OTel C++ build and update OTel version to 1.9.0
31
31
([ #886 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/886 ) )
32
+ * [ currencyservice] Fix OTLP export to use default env vars
33
+ ([ #904 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/904 ) )
32
34
* [ featureflagservice] Bump OTP version to 26.0
33
35
([ #903 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/903 ) )
34
36
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ namespace
26
26
otlp_exporter::OtlpGrpcMetricExporterOptions otlpOptions;
27
27
28
28
// Configuration via environment variable not supported yet
29
- otlpOptions.endpoint = " otelcol:4317" ;
30
29
otlpOptions.aggregation_temporality = metric_sdk::AggregationTemporality::kDelta ;
31
30
auto exporter = otlp_exporter::OtlpGrpcMetricExporterFactory::Create (otlpOptions);
32
31
You can’t perform that action at this time.
0 commit comments