Skip to content

Commit

Permalink
Merge pull request #276 from europeana/EA-3949_ignore_items_in_create…
Browse files Browse the repository at this point in the history
…_method

separate configs for logs collection and APM
  • Loading branch information
gsergiu authored Nov 25, 2024
2 parents 2f45139 + 91c14ac commit a20c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/overlays/cloud/deployment_patch.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
env:
- name: JAVA_TOOL_OPTIONS
value: "-javaagent:\"/opt/app/elastic-apm-agent.jar\"
-Delastic.apm.enabled=${COLLECT_LOGS}
-Delastic.apm.enabled=${COLLECT_APM}
-Delastic.apm.application_packages=${ELASTIC_APP_PACKAGES}
-Delastic.apm.server_urls=${ELASTIC_APM_SERVERS}
-Delastic.apm.service_name=${APP_NAME}
Expand Down

0 comments on commit a20c887

Please sign in to comment.