Skip to main content

Prometheus metrics in Indico servers

Project description

Indico Prometheus Plugin

This plugin exposes a /metrics endpoint which provides Prometheus-compatible output.

prometheus.yml

scrape_configs:
  - job_name: indico_stats
    metrics_path: /metrics
    scheme: https
    static_configs:
      - targets:
        - yourindicoserver.example.com
    # it is recommended that you set a bearer token in the config
    authorization:
        credentials: xxxxxx
    # this is only needed in development setups

If you're doing development you may want to add this under scrape_configs:

    tls_config:
      insecure_skip_verify: false

Changelog

3.3

  • Support (and require) Python 3.12

3.2.1

  • Support Python 3.11
  • Use latest prometheus-client library

3.2

  • Initial release for Indico 3.2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

indico_plugin_prometheus-3.3-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file indico_plugin_prometheus-3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for indico_plugin_prometheus-3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c2263c276022cee06ab6860ca23dfb7f64267f8d6dddf24cdf09a6b630c872c2
MD5 fcf6b066a8327b1bb3241eef741492f4
BLAKE2b-256 ba763f2eb2e3bab61b09781af1992c5c185a8465a618610f1956f2bd6a41cd8a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page