Allow enable Prometheus metrics on managed tunnel container #109
ChrispyBacon-dev
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
This would be a very useful addition. I’d be happy to get involved and create a PR for this feature? |
Beta Was this translation helpful? Give feedback.
1 reply
-
feature added -> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow a configuration setting that tells DockFlare to enable the Prometheus metrics endpoint on the managed tunnel container (i.e. add the --metrics IP:PORT flag).
Example in Docker Compose:
services:
app:
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel --metrics 0.0.0.0:1234 --no-autoupdate run --token ${TOKEN}
This will allow us to collect metrics from the Cloudflare Tunnel that we can visualise in tools such as Grafana.
#107
Beta Was this translation helpful? Give feedback.
All reactions