Sign inSign up

tinhgin/http_https_response_time_exporter

By tinhgin

Updated about 7 years ago

Get HTTP/HTTPS response time as metric and put it into Pushgateway

Image
0

311

tinhgin/http_https_response_time_exporter repository overview

http_https_response_time_exporter

Docker image for getting HTTP/HTTPS response time as metric and put it into Pushgateway

Usage
Environment
  • INTERVAL : the time between each pushing to Pushgateway (in second)
  • URL : your http/https service URL
  • PUSHGATEWAY : your Pushgateway URL
  • DOCKERSERVICE : your http/https service name
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 

Tag summary

Content type

Image

Digest

Size

374.9 MB

Last updated

about 7 years ago

docker pull tinhgin/http_https_response_time_exporter