Tag: Metrics

How to: validate your app’s metrics on a local Grafana instance

model: "3.9" companies:   prometheus:    container_name: prometheus    picture: promenade/prometheus:newest    restart: unless-stopped    tty: true    ports:      - 9090:9090    volumes:      - ${PWD}/prometheus/config/prometheus.yml:/and so forth/prometheus/prometheus.yml      - ${PWD}/prometheus/knowledge:/prometheus    command: "--config.file=/and so forth/prometheus/prometheus.yml --storage.tsdb.retention.time=1y ...

Read more

Premium Content