Ivana Huckova
Ivana Huckova
### Discussed in https://github.com/grafana/grafana/discussions/39849 Originally posted by **hterik** September 30, 2021 Hi Under the **Explore**-tab, it is possible to get live streaming of logs from Loki, using the Live button...
**What happened**: When using pagination and user has large volume of logs, there can be edge case when all received log lines come in the same exact second. This is...
Unfortunately these errors are once again not exported and I couldn't find any other way to identify them besides checking for error message.
This PR removes following package types from the dropdown, as they all throw `XXX registry is not supported by GraphQL APIs.` In a case where user had previously selected one...
Ehen [interpolating the time range for `$__timeFrom` and `$__timeTo`](https://github.com/grafana/infinity-libs/blob/c9bd79b3ed2330cc16dcdf818b05dbc42b8355c2/lib/go/macros/time_macros.go#L20), instead of passing `timeRange.From` and `timeRange.To`, we should pass `timeRange.From.UTC()`. In the current implementation, the time zone is not explicitly specified,...
Malformed or inconsistent JSON can cause parsing errors. When values have inconsistent data types, the parser may fail—for instance, if a certain key is expected to be a number but...
From https://github.com/grafana/grafana-plugin-sdk-go/pull/1106#pullrequestreview-2360581383: - Deprecate `experimental/errorsource` and point plugin developers use non-experimental versions of functions. - We should probably export `errorWithSourceImpl` and use it in `experimental/errorsource` instead of `Error` to ensure...