File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol/Dockerfile
6
6
#
7
- FROM otel/opentelemetry-collector-contrib:0.84 .0
7
+ FROM otel/opentelemetry-collector-contrib:0.110 .0
8
8
9
9
LABEL org.opencontainers.image.authors="tech@opensafely.org" \
10
10
org.opencontainers.image.url="opensafely.org" \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ receivers:
10
10
otlp :
11
11
protocols :
12
12
http :
13
+ endpoint : 0.0.0.0:4318
13
14
auth :
14
15
authenticator : basicauth/server
15
16
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ export IMAGE_NAME := "otel-gateway"
4
4
export DOCKER_BUILDKIT := " 1"
5
5
6
6
7
+ # list available commands
8
+ default :
9
+ @ " {{ just_executable () }} " --list
10
+
11
+
7
12
_ env :
8
13
test -e .env || cp dotenv-sample .env
9
14
You can’t perform that action at this time.
0 commit comments