grafonnet icon indicating copy to clipboard operation
grafonnet copied to clipboard

Jsonnet library for generating Grafana dashboards.

Results 20 grafonnet issues
Sort by recently updated
recently updated
newest added

Reverse engineered this is how it looks like for a custom query: ```json { "current": { "selected": true, "text": [ "All" ], "value": [ "$__all" ] }, "hide": 0, "includeAll":...

A new Bash script `dependancy_check.sh` has been added to ensure that the minimum required Bash version is used and that required commands used by generate are available. This script is...

Currently, there are no query target helpers/functions (not sure what the correct terminology is) for InfluxDB InfluxQL nor InfluxDB Flux. It would be great to have them at least for...

plugin

Currently, there are no query target helpers/functions for Microsoft SQL Server. It would be great to support Microsoft SQL Server as this data source is quite popular.

plugin

Title says it. Most notable change is that the Team object is not part of the spec, I'm investigating that now.

I'm using the Grafonnet library to generate dashboard JSONs, but while the output works when manually added to Grafana, I want to automate the process for continuous development and validation....

I know it's just days since version 12 has been released, so no pressure, but was wondering if there was timeline for the release? 😄 Wondering since there also has...

Hello Grafana team, we're trying to implement grafana annotations with grafonnet using google BigQuery as a data source. Looks the annotation parts lacks of critical properties/fields needed for annotations to...

Where should I edit files to achieve the following result? I'm also interested in contributing to the docs :)

Function g.panel.table.standardOptions.withFilterable(value=filterable) produces: ``` fieldConfig+: { defaults+: { filterable: value, }, ``` while UI table toggle in Grafana 11.3 adds: ``` fieldConfig: { defaults: { custom: { filterable: true, },...