jsonnet-libs icon indicating copy to clipboard operation
jsonnet-libs copied to clipboard

Grafana Labs' Jsonnet libraries

Results 59 jsonnet-libs issues
Sort by recently updated
recently updated
newest added

### Description This PR updates the Apache Mesos mixin to support the `k8s` plugin With the logs being in separate panels for this integration, we're updating the mixin to look...

### Description This PR updates the Squid mixin to support the `k8s` plugin With the logs being in separate panels for this integration, we're updating the mixin to look for...

Fixes a number of aggregated queries where aggregation wasn't needed. Also changes a few utilization calculations to use a better metric in the denominator (no longer get > 100% values)....

### Description This PR updates the mixin to include a conditional for the `systemLogsPanel`. If `enableMultiCluster` is `true`, the `filename` label in the query is dropped. ### Changes * [added...

Use timeseries panels for dashboard instead of deprecated "graph" type.

**Overview** - 3 new panels "vCPU used", "Memory used", "Free IPs" were added to Overview dash. - Table "Total resources" on Overview dash was changed to get summary resource's utilization...

Add support for gauge metric in static-exporter Keep default as `counter` to avoid any changes for other places

Introduced with https://github.com/grafana/jsonnet-libs/pull/1299 the updated OracleDB mixin supports showing logs from container logs, which are not necessarily all related to OracleDB. Just making a note in case we need to...