-
## Description
Is there an elegant way to expose more information than `IncomingConnectionError::TransportErrorOther` on transport specific errors without depending on concrete types?
We could u…
-
A new metrics sink for [Graphite](https://graphiteapp.org/).
-
When using HPSA controllers, `smartctl` needs to access devices via the `-d cciss,` parameter. However using the following:
```
smartctl_exporter:
bind_to: 0.0.0.0:9243
url_path: /metrics
f…
-
### Proposal
In current implementation, protobuf files used by remote storage API import gogo.proto
https://github.com/prometheus/prometheus/blob/2ce94ac19673a3f7faf164e9e078a79d4d52b767/prompb/remo…
-
Hi! I think 450mb of RAM usage on idle is a bit too excessive for a Prometheus exporter and the culprit is definitely Java or JVM.
There are two options i'd like to suggest
- Re-write the code to Go…
-
[Code like e.g. this](https://github.com/nox/serde_prometheus_labels/blob/50af58de45eb67a340283597f7236e19372e76e8/src/bridge.rs#L44-L48) suggests that this crate permits metric names containing space…
-
Description: On a periodic basis, the CNCF would like to present a public challenge to those that are interested in participating (e.g. “Challenge: Distributed Tracing with Jaeger”).
Your mission …
-
Currently when deriving `EncodeLabelSet` and flattening a struct the flattened struct must appear last, and there must be only one flattened struct, from the test:
```rust
#[test]
fn flatten() {
…
-
### What problem are you trying to solve?
The latency percentiles calculated by Linkerd Viz are highly inaccurate for my workload. I have deployed a demo service that produces a HTTP response after…
-
I have a struct like this, and it was working normally.
```rust
#[derive(Debug, Default, Validate, Serialize, Deserialize)]
pub struct AnimalInsertRequest {
#[serde(with = "date_format", def…