Incompatibility with latest Prometheus client
See original GitHub issue/db/common.py’s ExceptionCounterByType context manager passes a dict to labels
; however, version 0.0.15 of prometheus-client removes this usage, so that keyword arguments must be passed instead. requirements.txt
only specifies prometheus-client>=0.0.13, so installing django-prometheus right now will install the latest, incompatible prometheus-client.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Dashboard] Dashboard incompatible with prometheus-client ...
I expected to see the dashboard. Versions / Dependencies. $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME ...
Read more >Prometheus java client and Prometheus server compatiblity
0 and the latest version of Prometheus Server is 2.20.1. I was wondering if there is a compatibility matrix of client and server...
Read more >prometheus-client - PyPI
This is for compatibility between OpenMetrics and the Prometheus text format, as OpenMetrics requires the _total suffix.
Read more >Migration - Prometheus.io
This document offers guidance on migrating from Prometheus 1.8 to Prometheus 2.0 and newer versions.
Read more >Blog - An Update on PromQL Compatibility Across Vendors
Today, we are presenting an updated set of PromQL test results both for existing projects and a couple of new ones. We tested...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry all for not being more responsive on this. I’ve just merged the PR, and I’m going to release v1.0.9 shortly to include it. Thanks for the contributions!
@korfuri any chance we could get an update on this?