Get HTTP/HTTPS response time as metric and put it into Pushgateway
311
Docker image for getting HTTP/HTTPS response time as metric and put it into Pushgateway
version: '3.3'
services:
response_time_exporter:
image: tinhgin/http_https_response_time_exporter:latest
environment:
- INTERVAL=10
- URL=https://yoursite.example.com
- PUSHGATEWAY=http://pushgateway.example.com
- DOCKERSERVICE=PROJECTA_web
docker run -d -e INTERVAL=10 -e URL=https://yoursite.example.com -e PUSHGATEWAY=http://pushgateway.example.com -e DOCKERSERVICE=PROJECTA_web tinhgin/http_https_response_time_exporter:latest
Content type
Image
Digest
Size
374.9 MB
Last updated
about 7 years ago
docker pull tinhgin/http_https_response_time_exporter