"Fossies" - the Fresh Open Source Software Archive

Member "mattermost-server-7.9.1/build/docker/prometheus-linux.yml" (16 Mar 2023, 158 Bytes) of package /linux/www/mattermost-server-7.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 global:
    2   scrape_interval: 5s
    3   evaluation_interval: 60s
    4 
    5 scrape_configs:
    6   - job_name: 'mattermost'
    7     static_configs:
    8       - targets: ['172.17.0.1:8067']