-
The package armon/go-metrics was renamed to hashicorp/go-metrics
however, I need to add replace directives in my go.mod files to keep the vendors updated.
can we just update the dependencies and…
-
https://github.com/kubernetes/client-go/blob/master/tools/metrics/metrics.go#L132
metrics.Register() is in a sync.Once.Do(), so the register can only has effect once.
My program import controlle…
-
**What happened?**:
I would like to be able to get the metrics from both APIs.
```
$kubectl get --raw /apis/external.metrics.k8s.io/v1beta1 | jq
Error from server (NotFound): the server could …
-
**Is your feature request related to a problem? Please describe.**
There is a CVE in go versions older than 1.22.7
**Describe the solution you'd like**
Use images that are built with 1.22.7
-
## In what area(s)?
/area placement
## What version of Dapr?
> 1.14.x
## Expected Behavior
The `dapr_placement_actor_runtimes_total` and `dapr_placement_runtimes_total` metrics go down …
-
### What would you like to be added?
Refactor the current approach to metrics in Kubernetes system components by moving away from global (package-level) variable definitions and avoiding registration…
-
I looked at `go_gc_heap_allocs_by_size_bytes_bucket`, and found it strange that the buckets include `le="24.999999999999996"` and `le="64.99999999999999"`.
With help from @beorn7 I believe this is …
-
### Component(s)
connector/count
### Describe the issue you're reporting
Can anyone help me to understand the Metrics generator code? I am new in go and want to understand the metrics generator cod…
-
![heapstack](https://user-images.githubusercontent.com/10508026/29732758-4981d162-89a7-11e7-8f44-dbb7f026cb22.png)
![gcstop](https://user-images.githubusercontent.com/10508026/29732750-3c5b0f1c-89a…
-
* **Version**: 1.9.5
* **Platform**: any
* **Subsystem**: server and agnet
Hi!
There're standard prometheus metrics that are exposed by [grpc-go-middleware](https://github.com/grpc-ecosystem…