Skip to content

Commit f12ba29

Browse files
committed
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
1 parent 7b3fa4c commit f12ba29

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

micrometer/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ version: "3"
438438
439439
services:
440440
otel-collector:
441-
image: otel/opentelemetry-collector
441+
image: otel/opentelemetry-collector:0.89.0
442442
command: [--config=/etc/otel-collector-config.yaml]
443443
volumes:
444444
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml:Z
@@ -504,7 +504,7 @@ You may use Podman as alternative to Docker if you prefer, in such case the comm
504504
505505
[NOTE]
506506
====
507-
If your environment does not support Docker or Podman, please refer to https://opentelemetry.io/docs/collector/installation[Otel Collector documentation] for alternatives on how to install and run the OpenTelemetry Collector.
507+
If your environment does not support Docker or Podman, please refer to https://opentelemetry.io/docs/collector/installation[Otel Collector documentation] for alternatives on how to install and run the OpenTelemetry Collector. Please ensure the same OpenTelemetry version as the one in the docker-compose.yaml above is used, otherwise such configuration may fail to work.
508508
====
509509
510510
=== Registering metrics

opentelemetry-tracing/README.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ volumes:
481481
# - logs:/var/log
482482
services:
483483
otel-collector:
484-
image: otel/opentelemetry-collector
484+
image: otel/opentelemetry-collector:0.89.0
485485
command: [--config=/etc/otel-collector-config.yaml]
486486
volumes:
487487
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml:Z
@@ -544,9 +544,7 @@ You may use Podman as alternative to Docker if you prefer, in such case the comm
544544
545545
[NOTE]
546546
====
547-
If your environment does not support Docker or Podman, please refer to
548-
https://opentelemetry.io/docs/collector/installation[Otel Collector documentation] for alternatives on how to install
549-
and run the OpenTelemetry Collector.
547+
If your environment does not support Docker or Podman, please refer to https://opentelemetry.io/docs/collector/installation[Otel Collector documentation] for alternatives on how to install and run the OpenTelemetry Collector. Please ensure the same OpenTelemetry version as the one in the docker-compose.yaml above is used, otherwise such configuration may fail to work.
550548
====
551549
552550
[NOTE]

0 commit comments

Comments
 (0)