Skip to content

Commit

Permalink
Merge pull request #2384 from amvanbaren/test-attributes-convention
Browse files Browse the repository at this point in the history
Test setting resource attributes through ObservationConvention
  • Loading branch information
amvanbaren committed Feb 22, 2024
2 parents ebca690 + a655360 commit 7c2f939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:4ff5504
FROM docker.io/amvanbaren/openvsx-server:6dbba8e

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
Expand Down
7 changes: 0 additions & 7 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ management:
tracing:
sampling:
probability: 1.0 # TODO lower to 0.1 for production
otlp:
metrics:
export:
resource-attributes:
"[service.name]": ${spring.application.name}
"[deployment.environment]": ${ENVNAME}
"[service.instance.id]": ${HOSTNAME}
org:
jobrunr:
job-scheduler:
Expand Down

0 comments on commit 7c2f939

Please sign in to comment.