Eugene Klimov
Eugene Klimov
- store filters (adhoc and explore panel) in queryModel - add UI to show current applied filters as tags `field=value`,`field2!=value` - render filters in SQL replace method as adhoc logic...
- standart timeseries query, 3 fields, timestmap, category_name, metric - time series panel - data link var-template_variable_name=${__field.name} works correctly if we have multiple time series but works wrong when got...
current standart expected query is ``` SELECT toUInt64(event_time) * 1000 AS time, (toUInt64(event_time) + (rand() % 600)) * 1000 AS time_end, if(rand() % 2 = 1, '[alert] title', '[annotation] title')...
Open http://localhost:3000/d/VtsMXQl7z/test-logs-support show log context doesn't work (work wrong in Grafana Labs plugin)   use Explore filters in logs panel doesn't work  
Map(type_key,type_value) could be convert into labels `[('foo','"bar"'),('baz','1')]`
https://gist.github.com/zvonand/54810e2c95c70b52b6e6f81cd54b44ce https://grafana.com/blog/2024/07/31/an-overview-of-grafana-sso-benefits-recent-updates-and-best-practices-to-get-started/ https://grafana.com/developers/plugin-tools/how-to-guides/data-source-plugins/add-authentication-for-data-source-plugins#forward-oauth-identity-for-the-logged-in-user https://www.slideshare.net/stormpath/rest-api-security-oauth-20-jwts-and-more https://www.youtube.com/watch?v=NtAnyDJhkkg
Currently only miliseconds is supported But durationUnit is present in https://github.com/grafana/clickhouse-datasource?tab=readme-ov-file#with-a-configuration-file
**Query/Question** I got some flaky errors inside my tests in clickhouse-server with azurite details here https://github.com/ClickHouse/ClickHouse/issues/60447 and here https://github.com/Azure/Azurite/pull/2443 `clickhouse-server` use `aws-cpp-sdk` to make requests to `azurite` but after receive...
When press '/' in ASK AI widget  then get algolia search window 
``` error can't create table `db-bew`.`table`: code: 62, message: Syntax error: failed at position 20 ('-'): -new.table UUID '0b981b4a-bfac-11ee-b5ca-5271f6067e69' ```