Kevin Retzke

Results 6 issues of Kevin Retzke

Today I needed to review the retentions configured for all our topics. Rather than iterating over all the topics with the shell I thought it might make sense to have...

I'm looking for someone in the Grafana community to help maintain this plugin. It's a side-project at best for me and for a number of reasons I haven't had the...

help wanted

Provide a rich schema-aware query editor. We should be able to leverage the [graphiql](https://github.com/graphql/graphiql) components.

enhancement
help wanted

[Backend plugins](https://grafana.com/docs/grafana/latest/developers/plugins/backend/) are the way forward for datasources, and enable alerting among other features. It does mean splitting the codebase between Go and TypeScript, which is good (I'm more comfortable...

Since GraphQL has [first-class variables](https://graphql.org/learn/queries/#variables) we should use those rather than directly interpolating in the query string.

enhancement

Currently we use [underscore.js](https://underscorejs.org/#isNumber) to determine if a field is numerical, but we should just be getting types from the GraphQL schema.

enhancement