-
Hi, I would like to know if that possible to expose the metrics to via other port.
in express we can do it with https://www.npmjs.com/package/express-prometheus-middleware
is there something that we…
-
**Description**
Running
`trivy image docker.io/prom/prometheus:v2.20.0`
and
`trivy client --remote X docker.io/prom/prometheus:v2.20.0`
does not generate the same output
**What did you expe…
-
### Describe the bug a clear and concise description of what the bug is.
msg="http: TLS handshake error from 10.0.226.54:36916: remote error: tls: bad certificate"
### What's your helm version?
3.…
-
Hi, I have tried to install pushproxy to my k8s cluster wiht helm chart but I received couple of errors:
`Error: unable to build kubernetes objects from release manifest: [resource mapping not found …
moovs updated
11 months ago
-
**Is your feature request related to a problem? Please describe.**
Node.js (via V8) makes certain garbage collection metrics available to end users via a C++ based API. (see https://www.npmjs.com/…
-
## Node.js Version: v8.12.0
## Operating System: Mac OS 10.14.6
## Steps to Produce Error:
1. Create a new directory `mkdir test`
2. cd into the new directory `cd test`
3. check if node…
-
As the title says, is there a way not to expose process_* metrics?
I've given a quick look at the code and `prom_collector_registry_t->disable_process_metrics` seems the knob I'm looking for, but i…
-
Currently all `prom-label-proxy` endpoints are serving purely as passthrough to Prometheus (ie: all serve as true proxy).
Would it be possible to also expose an endpoint that takes in the query and…
-
the first es index is "prom-metrics" but the code is Index(svc.config.Alias+"-*").
so can not get the data in index "prom-metrics"
code: prometheus-es-adapter/pkg/elasticsearch/read.go 74 line
…
-
`@digikare/nestjs-prom` version: `0.2.5`
I am trying to remove the `/api/metrics` from the autogenerated swagger spec.
```ts
const MyPromModule = PromModule.forRoot({
defaultLabels: {
a…