jsonnet-libs
jsonnet-libs copied to clipboard
Grafana Labs' Jsonnet libraries
This lib can produce panels/rows and dashboards for both Golang instrumentation types: 1) prometheus 2) otel As input, this lib uses commonlib 'signals' that describe which KPI we want to...
Support migration of latency histograms by allowing the user to chose between which one to show: native or classic ? Also add plumbing for recording related native histogram series.
https://github.com/grafana/grafana/issues/75029
Clickhouse 'Network transmit latency' is duplicated on ClickHouse latency dashboard.
It seem that logExpression configuration has no effect on what to show on log dashboard: https://github.com/grafana/jsonnet-libs/blob/master/clickhouse-mixin/config.libsonnet#L10 As labels used in logs dashboard is still static: https://github.com/grafana/jsonnet-libs/blob/master/clickhouse-mixin/dashboards/addlogs.libsonnet#L13
I try to change the job filter in variables of kafka-lag-overview dashboard using _config: ``` _config+:: { kafkaFilteringSelector: 'job="prometheus-kafka-exporter"', }, ``` It works for Kafka alerts but not for dashboards....
I'm using Grafana Agent v0.33.2 with Apache HTTP integration v0.0.1 which sends metrics and logs to the Grafana Cloud instance. My problem is that the "logs by HTTP codes" histogram...
See https://docs.cilium.io/en/v1.13/operations/upgrade/#added-metrics and related paragraphs
Fix a minor typo in README.md of node-exporter libs.