I am using java agent to collect telemetry data and send it to application insights.
currently I have configured sampling and log level in applicationinsights.json.
Is there a way to change this parameters at runtime? without restarting the service?
I have tried to change this properties at runtime e.g: APPLICATIONINSIGHTS_SAMPLING_PERCENTAGE
but this does not seem to work