Hello,
I have docker container with image percona/pmm-client:2.41.1
and I need logs from agent in the JSON so I can push them into ES.
I know that pmm-agent tool has flag --json
unfortunately this cannot be used during start of the container because container using entrypoint in GO that does not support this flag. I also tried to use env PMM_AGENT_JSON
but without success.
Do you have any idea?
Best regards,
Jakub Noga.