File tree 5 files changed +14
-10
lines changed
grafana/provisioning/datasources
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
6
6
DEMO_VERSION = latest
7
7
8
8
# 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
12
12
# 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
16
16
REDIS_IMAGE = redis:7.2-alpine
17
- TRACETEST_IMAGE_VERSION = v0.15.8
17
+ TRACETEST_IMAGE_VERSION = v0.16.0
18
18
TRACETEST_IMAGE = kubeshop/tracetest:${ TRACETEST_IMAGE_VERSION }
19
19
20
20
# Demo Platform
Original file line number Diff line number Diff line change 11
11
.DS_Store
12
12
\# * \#
13
13
14
+ docker-compose.override.yml
15
+
14
16
# Eclipse
15
17
.classpath
16
18
.project
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ the release.
27
27
([ #1415 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1415 ) )
28
28
* [ chore] - add tests and odd profiles to make stop
29
29
([ #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 ) )
30
32
31
33
## 1.8.0
32
34
Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ class CurrencyService final : public oteldemo::CurrencyService::Service
207
207
208
208
CurrencyCounter (to_code);
209
209
210
- // End the span
211
210
span->AddEvent (" Conversion successful, response sent back" );
212
211
span->SetStatus (StatusCode::kOk );
213
212
214
213
logger->Info (std::string (__func__) + " conversion successful" );
215
-
214
+
215
+ // End the span
216
216
span->End ();
217
217
return Status::OK;
218
218
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ datasources:
17
17
logMessageField : body
18
18
pplEnabled : true
19
19
timeField : observedTimestamp
20
- version : 2.11.1
20
+ version : 2.12.0
You can’t perform that action at this time.
0 commit comments