IncandescentChrysalis
IncandescentChrysalis
**Describe the bug** The exporter makes arbitrary consideratiosn regarding the type of the exported metrics : https://github.com/percona/mongodb_exporter/blob/v0.40.0/exporter/metrics.go#L163C1-L166C3: * `count`-suffixed metrics are exported to the `Counter` type * All other metrics...
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues) - [X] I've tried running `main`-labeled...
Currently, the only documented way to use this library is to authenticate with a Personal Access Token. This seems wrong, as: * From what I know about them, Personal Access...
Adding a link to an application connected with a Jira instance through the `/rest/api/2/issue/{issueIdOrKey}/remotelink` Jira API route, an `application` section might be provided. This might for instance be used to...
**What would you like to be added**: `deployment` label on ReplicaSet metrics, potentially Pod. **Why is this needed**: As of today, it is impossible to aggregate Pods based on a...
There is no test for the `get_issue_remote_links` method, calling [the REST API listing remote links of an issue](https://docs.atlassian.com/software/jira/docs/api/REST/9.17.0/#api/2/issue-getRemoteIssueLinks). Trying to add one, it seems the test framework does not handle...
**Is your feature request related to a problem? Please describe.** `Ctrl + Shift + I` is the shortcut for important messages (still working, despite that feature having disappeared from message...
## Description **Registry Version**: 2.6.2.Final Reading from [2.4.3.Final changelog](https://github.com/Apicurio/apicurio-registry/releases/tag/2.4.3.Final), Java target release was supposed to be switched to Java 17. However [its `pom.xml` configuration](https://github.com/Apicurio/apicurio-registry/blob/2.4.3.Final/pom.xml#L145-L146) still shows Java 11. Moreover, even...
Starting with `v0.54.0` of `k6`, compiling it with `xk6` with the addition of the `xk6-prometheus` module fails with multiple import errors, all related to `google.golang.org/genproto/googleapis/rpc/*` packages. Compilation of `k6` without...
Today, you are merely sending messages to `stdout` via [`System.out.printf`](https://github.com/prometheus/jmx_exporter/blob/1.3.0/jmx_prometheus_javaagent/src/main/java/io/prometheus/jmx/JavaAgent.java#L159C9-L159C26). Would it be possible that you use the standard Java logging facilities so one could: * Control the log target...