Skip to content

Commit

Permalink
add OTEL_SERVICE_NAME which is needed/not guessed even in k8s env. re…
Browse files Browse the repository at this point in the history
…move simple/ binary accidentally checked in
  • Loading branch information
ldemailly committed Jan 2, 2023
1 parent 4f3ecde commit 67449bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY fortiotel /usr/bin/fortio
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# TODO: Prom metrics exports/scrape
# EXPOSE 9102
# ENV OTEL_SERVICE_NAME "fortio"
ENV OTEL_SERVICE_NAME "fortio"
# Assumes you added --collector.otlp.enabled=true to your Jaeger deployment
ENV OTEL_EXPORTER_OTLP_ENDPOINT http://jaeger-collector.istio-system.svc.cluster.local:4317
# Same as original fortio/fortio Dockerfile
Expand Down
Binary file removed simple/simple
Binary file not shown.

0 comments on commit 67449bd

Please sign in to comment.