Upgraded from v7.4.3 to v7.5.4 and when starting this instance receiving errors

Receiving the following errors when trying to start the grafana instance after an upgrade. We have never seen errors like these before (shown below). Has anyone saw this before and knows what the issue is?

{"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718305Z","queryType":"exponential_heatmap_bucket_data"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718481Z","queryType":"linear_heatmap_bucket_data"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718509Z","queryType":"random_walk"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718530Z","queryType":"predictable_pulse"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718549Z","queryType":"predictable_csv_wave"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718568Z","queryType":"random_walk_table"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718587Z","queryType":"slow_query"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718606Z","queryType":"no_data_points"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718633Z","queryType":"datapoints_outside_range"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718655Z","queryType":"manual_entry"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718674Z","queryType":"csv_metric_values"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718698Z","queryType":"streaming_client"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718717Z","queryType":"live"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718742Z","queryType":"grafana_api"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718765Z","queryType":"arrow"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718785Z","queryType":"annotations"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718804Z","queryType":"table_static"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718822Z","queryType":"random_walk_with_error"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718855Z","queryType":"server_error_500"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718874Z","queryType":"logs"} {"@level":"debug","@message":"datasource: registering query type handler","@timestamp":"2021-04-20T15:28:34.718893Z","queryType":"node_graph"} {"@level":"debug","@message":"datasource: registering query type fallback handler","@timestamp":"2021-04-20T15:28:34.718911Z"}

Receiving the following errors when trying to start the grafana instance
after an upgrade. We have never seen errors like these before (shown
below). Has anyone saw this before and knows what the issue is?

These are all debug messages. What makes you believe they are errors? Is
anything not correctly working?

{“@level”:“debug”,“@message”:“datasource: registering query type
handler”,“@timestamp”:“2021-04-20T15:28:34.718305Z”,“queryType”:“exponenti
al_heatmap_bucket_data”}

Antony.

Hey, may not necessarily be errors, however we never received these at all when starting our previous version (7.4.3) and was wondering why they are here now and what they mean in this situation if that makes sense?
Should mention also that everything is working well. More want to understand these

@pooh was wondering if you have any understanding on my comment above?

Just to confirm that I also see the same messages - on a “clean” Docker container running v7.5.4. I think it’s a benign bug, whereby some debug-level messages are sneaking into the log at startup. Pretty sure it’s nothing to worry about. You could open a Github issue if one doesn’t already exist.

This topic was automatically closed after 365 days. New replies are no longer allowed.