-
An abnormal program termination occurred when I called the "prom_map_delete" function.
I found that in the following code, the parameter was passed incorrectly.
https://github.com/digitalocean/prome…
-
Hello,
thanks for prom-client, it's a huge time saver for us!
I have run into an issue with the cluster aggregator support. It seems that unless *all* the workers of a node cluster are setup wit…
-
Hello, I am trying to debug a memory issue in my nodejs application using `prom-client@13.0.0`. I am using a histogram to observe request times. I set a few labels, but otherwise use the default optio…
mdblr updated
3 years ago
-
The from_string() method does not parse purls with dependencies specified properly.
Steps to recreate:
- Parse: `pkg:npm/@promster/express@7.0.6(prom-client@14.1.1)(typescript@4.9.4)`
- Will retu…
-
I am getting this error when trying to use the plugin.
```
Started phase 0 (prometheus Ramp up json), duration: 60s @ 09:39:33(-0600) 2019-06-06
.. /usr/local/lib/node_modules/artillery-plug…
-
Hi,
I was wondering if the following line should return number instead of void.
https://github.com/siimon/prom-client/blob/a88a5c3ce4e928ff05d91e64e74376495bfe0570/index.d.ts#L566
I wanted to…
-
I implemented a counter metric in a Node JS http server. I have one master and eight workers so I use prom-client with the cluster module using the AggregatorRegistry class:
```js
const { Aggregator…
-
I started the container with the following command line
```
docker run --name prom-agg-gateway -d -p 8888:8888 -p 80:80 ghcr.io/zapier/prom-aggregation-gateway
```
This maps the two ports it uses …
-
## Proposed Change or Idea
Add prometheus metrics for monitoring the health of a sidecar instance.
### Steps:
1. Add promethus client ([possible client lib](https://github.com/siimon/prom-clien…
-
```
CREATE TABLE default.prom_extend_json ON CLUSTER abc (
`timestamp` DateTime,
`value` Float64,
`__name__` String,
`labels` JSON
) ENGINE=MergeTree()
PARTITION BY toYYYYMM(tim…