-
Hey 👋 , thanks for an excellent library.
We are trying to use an [aggregation-gateway](https://github.com/weaveworks/prom-aggregation-gateway) in order to collect build times of devs.
The aggreg…
-
### What happened?
Policy
```yaml
apiVersion: kuma.io/v1alpha1
kind: MeshMetric
metadata:
name: ...
namespace: kuma-system
spec:
targetRef:
kind: MeshService
name: ...
de…
-
/Users/fengwei/prometheus-client-c/prom/src/prom_metric_sample.c:69:54: error: incompatible pointer types passing
'_Atomic(double) *' to parameter of type 'double *' [-Werror,-Wincompatible-poi…
-
Got does a lot of the underlying work I would want to do in an restful API client: promises and streams, cancelation, retries, timeouts, caching, HTTP/2, TypeScript, and more. Looking at the release n…
-
### Describe the bug a clear and concise description of what the bug is.
If you install:
helm install -n example prometheus-stack prometheus-community/kube-prometheus-stack --version "55.8.1"
…
-
https://github.com/siimon/prom-client
https://developer.gov.bc.ca/docs/default/component/platform-developer-docs/docs/app-monitoring/sysdig-monitor-setup-team/
https://developer.gov.bc.ca/docs/d…
-
The solution is to read `btime` from `/proc/stat` (once) and calculate process_start_time_seconds as
```
long jiffies_per_second;
jiffies_per_second=sysconf(_SC_CLK_TCK);
process_start_time…
-
The plan is to use [Metric data model ](https://github.com/census-instrumentation/opencensus-proto/blob/master/src/opencensus/proto/metrics/v1/metrics.proto)to transform data from Stats API (Stats dat…
-
When I was using the Summary and Histogram type I noticed, that if I record a value for a metric with name and dimensions, the value is also recorded for the dimension less version of the metric. This…
-
Currently, the endpoints are by default /metrices ,
if possible can we change the endpoint configurable in order to have the flexibility to use existing default metrics (wrappers for prom-client)
…