-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for apm logging, updated minor version #EA-3512
- Loading branch information
GordeaS
authored and
GordeaS
committed
Feb 1, 2024
1 parent
d2dd08f
commit 1b74fae
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,6 @@ LABEL Author="Europeana Foundation <[email protected]>" | |
|
||
# Configure APM and add APM agent | ||
ENV ELASTIC_APM_VERSION 1.34.1 | ||
#disabled by default, to be enabled by kustomize/build params for specific servers only | ||
ENV ELASTIC_APM_ENABLED false | ||
ADD https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/$ELASTIC_APM_VERSION/elastic-apm-agent-$ELASTIC_APM_VERSION.jar /opt/app/elastic-apm-agent.jar | ||
|
||
COPY ./set-web/target/set-web-executable.jar /opt/app/set-web-executable.jar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters