File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed
grafana/provisioning/datasources Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ IMAGE_NAME=ghcr.io/open-telemetry/demo
66DEMO_VERSION = latest
77
88# Dependent images
9- COLLECTOR_CONTRIB_IMAGE = otel/opentelemetry-collector-contrib:0.93 .0
10- GRAFANA_IMAGE = grafana/grafana:10.3.1
11- JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.53
9+ COLLECTOR_CONTRIB_IMAGE = otel/opentelemetry-collector-contrib:0.96 .0
10+ GRAFANA_IMAGE = grafana/grafana:10.4.0
11+ JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.55
1212# must also update version field in /src/grafana/provisioning/datasources/opensearch.yml
13- OPENSEARCH_IMAGE = opensearchproject/opensearch:2.11.1
14- POSTGRES_IMAGE = postgres:16.1
15- PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.49 .1
13+ OPENSEARCH_IMAGE = opensearchproject/opensearch:2.12.0
14+ POSTGRES_IMAGE = postgres:16.2
15+ PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.50 .1
1616REDIS_IMAGE = redis:7.2-alpine
17- TRACETEST_IMAGE_VERSION = v0.15.8
17+ TRACETEST_IMAGE_VERSION = v0.16.0
1818TRACETEST_IMAGE = kubeshop/tracetest:${ TRACETEST_IMAGE_VERSION }
1919
2020# Demo Platform
Original file line number Diff line number Diff line change 1111.DS_Store
1212\# * \#
1313
14+ docker-compose.override.yml
15+
1416# Eclipse
1517.classpath
1618.project
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ the release.
2727 ([ #1415 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1415 ) )
2828* [ chore] - add tests and odd profiles to make stop
2929 ([ #1427 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1427 ) )
30+ * [ chore] - Update Telemetry Components
31+ ([ #1440 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1440 ) )
3032
3133## 1.8.0
3234
Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ class CurrencyService final : public oteldemo::CurrencyService::Service
207207
208208 CurrencyCounter (to_code);
209209
210- // End the span
211210 span->AddEvent (" Conversion successful, response sent back" );
212211 span->SetStatus (StatusCode::kOk );
213212
214213 logger->Info (std::string (__func__) + " conversion successful" );
215-
214+
215+ // End the span
216216 span->End ();
217217 return Status::OK;
218218
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ datasources:
1717 logMessageField : body
1818 pplEnabled : true
1919 timeField : observedTimestamp
20- version : 2.11.1
20+ version : 2.12.0
You can’t perform that action at this time.
0 commit comments