iam icon indicating copy to clipboard operation
iam copied to clipboard

jmx_prometheus_javaagent jar needed into IAM docker image

Open federicaagostini opened this issue 1 year ago • 0 comments

CERN team needs the jmx_prometheus_javaagent jar to collect IAM metrics. Right now, they just create a new image from IAM such as

ARG IAM_BASE_IMAGE
ARG IAM_BASE_TAG
FROM $IAM_BASE_IMAGE:$IAM_BASE_TAG
COPY jmx_prometheus_javaagent-0.20.0.jar /tmp/

The request is to install the package directly on the IAM docker image.

federicaagostini avatar Feb 27 '24 17:02 federicaagostini