Adam Gardner
Adam Gardner
This small change fixes `BunnyMock::Queue#subscribe` so it acts like a queue rather than a stack.
### Proposal: The `rabbitmq_queue` measurement should have the following additional fields added: * `messages_deliver_no_ack` * `messages_deliver_no_ack_rate` * `messages_get` * `messages_get_rate` * `messages_get_no_ack` * `messages_get_no_ack_rate` We already have `messages_deliver` and `messages_deliver_get`,...
## Feature Request I'd like the `kubernetes` input plugin to include the resource limits and requests as fields in the `kubernetes_pod_container` measurement. ### Proposal: The `kubernetes` input should include resource...
## Feature Request The Kubernetes input plugin can turn pod labels into tags on the `kubernetes_pod_container` measurement. For example, if you set `label_include = ["app.kubernetes.io/name"]`, then all your measurements will...
Fixes https://liquibase.jira.com/browse/CORE-2946, making behavior of liquibase more consistent and predictable - rollback to tag behavior does not depend on whether the tag is isolated in it's own changeset or not....
Given the following files: ``` # data/foo.yaml key1: foo key2: bar # schemas/foo.yaml key3: alias: key: key2 ``` I get the following results: ``` $ jerakia lookup -n foo key1...
This may not be the correct place for this, but I didn't see any mention anywhere of a discussion list or a Slack channel: is there are particular reason to...
It'd be nice if, when using the TcpTlsAppender, you could explicitly supply a Root CA to trust. It'd also be good if you could specify a client certificate and key...
**Is your feature request related to a problem? Please describe.** Thread names in Java are not guaranteed unique, so it'd be useful to include thread ids as well. This would...
**Describe the bug** I modified an existing Jaeger CR instance to add `successfulJobHistoryLimit: 1` in various places, such as within `spec.storage.esIndexCleaner` and `spec.storage.dependencies`. The correponding `CronJob` objects did not get...