Skip to main content

A Zulip exporter for Prometheus

Project description

Zulip prometheus exporter

This is based on the work by brokenpip3 in zulip-exporter

Installation

pip3 install zulip-exporter

Or

pipx install git+https://github.com/Digitalist-Open-Cloud/Zulip-Exporter.git

Or use the docker image (prefered)

Environment variable

Environment Variable Description Default Required
ZULIP_EMAIL Zulip email from zuliprc
ZULIP_API_KEY Zulip api-key from zuliprc
ZULIP_SITE URL where your Zulip server is located
PORT Http port to listen on 9863
SLEEP Time to wait in seconds between metric grabbing cycles 120

Usage

To use the Zulip exporter, you first need to set the environment variables.

When just start the exporter, like:

zulip-exporter

Or run with docker image, like:

docker run --rm -p 9863:9863 -e ZULIP_SITE=https://my.zulip.site -e ZULIP_API_KEY=secretAPIkey -e ZULIP_EMAIL=user@myzulip.com  docker.io/digitalist/zulip-exporter

Docker compose example

  zulip-exporter:
    container_name: zulip-exporter
    restart: unless-stopped
    image: quay.io/brokenpip3/zulip-exporter:0.0.1
    labels:
      io.prometheus.scrape: true
      io.prometheus.port: 9863
      io.prometheus.path: /metrics
    env_file:
      - .env-zulip
    ports:
      - "9863"

Kubernetes

see example

Metrics

  • Server info: zulip_server

  • Users info: zulip_user_*

  • Streams info: zulip_stream_*

Prometheus rules examples

see rules examples

Grafana dashboard

image

see example dashboard

Development

Setup

  • poetry install
  • poetry run python3 zulip-exporter

Publish

  • poetry install
  • poetry build
  • poetry publish

Project details


Download files

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

Source Distribution

zulip_exporter-0.0.9.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

zulip_exporter-0.0.9-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

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