-
Finding this library useful. It would be nice to be able to monitor some other non-battery, or perhaps tangentially related to battery metrics:
- Memory usage
- Number of threads
-
It would be neat if we could use a metric like:
```
array([[0, 0, 0, 0, 1],
[0, 1, 0, 0, 0],
[0, 0, 1, 0, 0],
[0, 0, 0, 1, 0],
[1, 0, 0, 0, 0]])
```
ie having `no` …
-
I am trying to use the exporter to collect stats from a Shelly Plus PM Mini (Gen 2 power meter).
Calling the /probe?target=[shelly ip]:[shelly port] works fine but doing the same with the metrics end…
-
The performance test reveals that the query on the `thread` table is take time:
```sql
select
thread_id,
hash_base_subject
from thread
where (
username = $1
and hash_mime_message_id in…
-
This is breaking prometheus 3.0.0 crawling 2 exporters of mine that use this crate. Is it know we don't send a `Content-Type` response on purpose?
## Prometheus Error
```
Error scraping target: n…
-
Hello, I'm new into Superset. Trying to move our analytics to this platform, but i met problem as I see no possibility of making Total row correct for non-countable (or non-additive) metric
SuperSet …
-
We should add MVCC (live and non-live) stats to the existing telemetry log. We already have index _name in this view:
Sample query at the table level:
```
WITH
range_stats AS (
S…
-
When setup VM instead Prometheus, got many logs in vmselect
`unsupported path requested: \"/select/0/prometheus/api/v1/write\""}`
non default values.yaml
```
existingPrometheus:
enabled: true…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: v2.3.1
- Deployment mode(standalone or cluster): GKE cluster
- MQ …
-
### Describe the Issue
For a springboot 3.4 ( latest as of this writing) and GraalVM JDK23, project, there are missing metrics.
For background, the same app https://github.com/patpatpat123/nativej…