Pull Mechanism via Push-Gateway
Setting up Push-Gateway via Docker (recommended)
docker pull prom/pushgateway
docker run -d -p 9091:9091 prom/pushgatewaydocker psscrape_configs:
- job_name: 'pushgateaway'
scheme: http
static_configs:
- targets: ['localhost:9091']Setting up Apache Beam to export the Metrics to Push-Gateway
Advanced
Last updated
Was this helpful?