siimon / prom-client

Prometheus client for node.js
Apache License 2.0
3.09k stars 372 forks source link

Implement BigInt support for gauges and counters #608

Closed hudikm closed 3 months ago

hudikm commented 7 months ago

Add BigInt support for gauges and counters.

hudikm commented 3 months ago

BigInt is not supported in the Prometheus server itself, so it doesn't make sense to add support to the prom client library.