Elan Kugelmass
Elan Kugelmass
I'd like to start a discussion about supporting gauges whose value is determined at scrape time by evaluating a function. This functionality is essential when proxying a value from code...
Fix https://github.com/grafana/terraform-provider-grafana/blob/master/grafana/resource_report.go#L311 to support accepting a timezone (e.g. `America/Los_Angeles`) via the resource block.
**Is your feature request related to a problem? Please describe.** Today, multi-metric queries like `node_used_bytes{$LABELS1} / node_total_bytes{$LABELS2}` appear to fetch all the series matching the numerator and all the series...
### Describe the bug clickhouse-java expects mTLS private keys to be provided as a PEM file with PKCS8 data. See https://github.com/ClickHouse/clickhouse-java/blob/2ca52fc91a57d3e313c2ea26b9ee249fe9c6e442/clickhouse-client/src/main/java/com/clickhouse/client/config/ClickHouseDefaultSslContextProvider.java#L89 But clickhouse-java _also_ expects the key algorithm (RSA, DSA,...
## Observed 1. Create a https port on the ClickHouse server 2. Create a user `identified by ssl_certificate` 3. Attempt to log in with that user via clickhouse-go 4. Authentication...
Given `bug.yaml`: ``` namespace: bug groups: - name: bug rules: - alert: AlwaysFire expr: vector(1) ``` `cortextool rules lint --backend=loki bug.yaml` gives: ``` ERRO[0000] unable parse rules file error="could not...
Take the following example: ``` @Parameters(parametersValidators = MyValidator.class) static final class SubGroup { @Parameter(names = "--arg1") private boolean arg1; @Parameter(names = "--arg2") private String arg2; } static final class ArgsTop...