Synthetic Monitoring Traceroute

Hi, I decided to try out the traceroute function in Synthetic Monitoring, but I can’t get data from the private probes, i only see public probe in the probe list.
My private probes are in docker containers, agent version is latest, all checks except traceroute work.

Do I need to configure something for traceroute to work?

Hi @Blekfire,

Thanks for reaching out! There’s a feature flag in the agent that has to be flipped on for traceroute by passing --features=traceroute in your startup command. We’ll be shipping a new release of the agent to bypass that feature flag in the near future, but that should get your probe up and running in the short term.

It works. Thanks for the information!