Sven Grossmann
Sven Grossmann
**What this PR does / why we need it**: Described in https://github.com/grafana/grafana/issues/50270. Change the text `Found 10 rows` to `Showing n lines before/after match`. **Which issue(s) this PR fixes**: Fixes...
Followup of #55402 to have the correct datasources setup for the new Docker blocks. I tried also porting the dev-dashboards but would skip this for now, since the metrics used...
If started with `--watch` the server will only watch for filechanges if the file is a JSON file. This PR adds the ability to also watch for filechanges on js-files....
I think it's useful to have a make target that configures the local db like the db in heroku is configured.
Hey, I am trying to set BBRF agents up currently. I had some struggle in the beginning, but the most is setup now. I still have problems setting up the...
This issue is based on the bahavior showed in https://github.com/grafana/grafana/pull/73963. Multi-line loglines are not being unwrapped if "wrap lines" is toggled of. 1. Go to https://play.grafana.org/goto/6ixSQdkIg?orgId=1 2. Toggle "Escape Newline"...
The Loki datasource can query logs in "forward" and in "backward" direction and since #91181 this is an additional query option in the query editor. Additionally the Logs panel can...
**What is this feature?** This adds a plugin's `target` property to `plugin.instrumentation` logs and helps distinguishing between data source targets.
**What this PR does / why we need it**: The Loki data source is handed over to `@grafana/oss-big-tent`