https://github.com/proton/micro_prometheus_zendesk_exporter
Minimalistic prometheus exporter for zendesk tickets count.
https://github.com/proton/micro_prometheus_zendesk_exporter
Last synced: 10 days ago
JSON representation
Minimalistic prometheus exporter for zendesk tickets count.
- Host: GitHub
- URL: https://github.com/proton/micro_prometheus_zendesk_exporter
- Owner: proton
- Created: 2020-12-23T22:46:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T10:56:58.000Z (over 5 years ago)
- Last Synced: 2025-10-29T18:49:06.593Z (9 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimalistic prometheus exporter for zendesk tickets count.
## Usage
~~~ shell
docker build -t micro_prometheus_zendesk_exporter .
docker run -e ZENDESK_DOMAIN=ZENDESK_DOMAIN -e ZENDESK_USER=ZENDESK_USER -e ZENDESK_PASSWORD=ZENDESK_PASSWORD -p "9803:9803" micro_prometheus_zendesk_exporter
~~~
Where `ZENDESK_DOMAIN` is part of your zendesk url (https://ZENDESK_DOMAIN.zendesk.com).
## Alternatives
There is a couple of similar projects: https://github.com/shakapark/Zendesk-Exporter and https://github.com/Tagnard/zendesk_exporter, but they load all tickets from zendesk (and it takes a while) when my implementation request only a count of tickets.