Skip to content

A Docker Engine API Proxy for Prometheus/Promtail service discovery

License

Notifications You must be signed in to change notification settings

swarmlibs/prometheus-service-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A Docker Engine API Proxy for Prometheus/Promtail service discovery

Usage

services:

  prometheus-service-discovery:
    image: swarmlibs/prometheus-service-discovery:0.1.0-rc.1
    hostname: prometheus-service-discovery.internal
    networks:
      prometheus_gwnetwork:
    volumes:
      - type: bind
        source: /var/run/docker.sock
        target: /var/run/docker.sock
        read_only: true

networks:
  prometheus_gwnetwork:
    name: prometheus_gwnetwork
    external: true

About

A Docker Engine API Proxy for Prometheus/Promtail service discovery

Resources

License

Stars

Watchers

Forks

Packages