oijkn / Docker-Raspberry-PI-Monitoring

A docker-compose stack solution for monitoring host and containers with Prometheus, Grafana, cAdvisor and NodeExporter.
MIT License
410 stars 61 forks source link

Does not display graphs #21

Closed AlexanderZhirov closed 1 year ago

AlexanderZhirov commented 1 year ago

I did everything according to the instructions. But for some reason, grafana still does not want to display graphs, although all services are working.

изображение

monitoring-cadvisor

W1222 12:24:30.587816       1 sysinfo.go:203] Nodes topology is not available, providing CPU topology
W1222 12:24:30.590342       1 machine.go:65] Cannot read vendor id correctly, set empty.

monitoring-grafana

Grafana server is running with elevated privileges. This is not recommended
logger=settings t=2022-12-22T12:24:31.231971063Z level=info msg="Starting Grafana" version=9.3.2 commit=21c1d14e91 branch=HEAD compiled=2022-12-14T10:40:18Z
logger=settings t=2022-12-22T12:24:31.232693439Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini
logger=settings t=2022-12-22T12:24:31.232759289Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini
logger=settings t=2022-12-22T12:24:31.232781381Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana"
logger=settings t=2022-12-22T12:24:31.232800566Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana"
logger=settings t=2022-12-22T12:24:31.232816936Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins"
logger=settings t=2022-12-22T12:24:31.232832788Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning"
logger=settings t=2022-12-22T12:24:31.23284851Z level=info msg="Config overridden from command line" arg="default.log.mode=console"
logger=settings t=2022-12-22T12:24:31.232865269Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana"
logger=settings t=2022-12-22T12:24:31.232882343Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana"
logger=settings t=2022-12-22T12:24:31.23289762Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
logger=settings t=2022-12-22T12:24:31.232913435Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
logger=settings t=2022-12-22T12:24:31.232928693Z level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_USER=alexander"
logger=settings t=2022-12-22T12:24:31.232943527Z level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_PASSWORD=*********"
logger=settings t=2022-12-22T12:24:31.232959156Z level=info msg="Config overridden from Environment variable" var="GF_USERS_ALLOW_SIGN_UP=false"
logger=settings t=2022-12-22T12:24:31.2329746Z level=info msg="Path Home" path=/usr/share/grafana
logger=settings t=2022-12-22T12:24:31.232989859Z level=info msg="Path Data" path=/var/lib/grafana
logger=settings t=2022-12-22T12:24:31.233004636Z level=info msg="Path Logs" path=/var/log/grafana
logger=settings t=2022-12-22T12:24:31.233019284Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins
logger=settings t=2022-12-22T12:24:31.233034636Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning
logger=settings t=2022-12-22T12:24:31.233050765Z level=info msg="App mode production"
logger=sqlstore t=2022-12-22T12:24:31.233366056Z level=info msg="Connecting to DB" dbtype=sqlite3
logger=sqlstore t=2022-12-22T12:24:31.233620347Z level=info msg="Creating SQLite database file" path=/var/lib/grafana/grafana.db
logger=migrator t=2022-12-22T12:24:31.237272334Z level=info msg="Starting DB migrations"
logger=migrator t=2022-12-22T12:24:31.237830897Z level=info msg="Executing migration" id="create migration_log table"
logger=migrator t=2022-12-22T12:24:31.251961186Z level=info msg="Executing migration" id="create user table"
logger=migrator t=2022-12-22T12:24:31.266837719Z level=info msg="Executing migration" id="add unique index user.login"
logger=migrator t=2022-12-22T12:24:31.281338056Z level=info msg="Executing migration" id="add unique index user.email"
logger=migrator t=2022-12-22T12:24:31.295496474Z level=info msg="Executing migration" id="drop index UQE_user_login - v1"
logger=migrator t=2022-12-22T12:24:31.309969256Z level=info msg="Executing migration" id="drop index UQE_user_email - v1"
logger=migrator t=2022-12-22T12:24:31.323610183Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1"
logger=migrator t=2022-12-22T12:24:31.339071132Z level=info msg="Executing migration" id="create user table v2"
logger=migrator t=2022-12-22T12:24:31.353969924Z level=info msg="Executing migration" id="create index UQE_user_login - v2"
logger=migrator t=2022-12-22T12:24:31.36866585Z level=info msg="Executing migration" id="create index UQE_user_email - v2"
logger=migrator t=2022-12-22T12:24:31.382051893Z level=info msg="Executing migration" id="copy data_source v1 to v2"
logger=migrator t=2022-12-22T12:24:31.395866076Z level=info msg="Executing migration" id="Drop old table user_v1"
logger=migrator t=2022-12-22T12:24:31.408431302Z level=info msg="Executing migration" id="Add column help_flags1 to user table"
logger=migrator t=2022-12-22T12:24:31.431918302Z level=info msg="Executing migration" id="Update user table charset"
logger=migrator t=2022-12-22T12:24:31.443268588Z level=info msg="Executing migration" id="Add last_seen_at column to user"
logger=migrator t=2022-12-22T12:24:31.455014107Z level=info msg="Executing migration" id="Add missing user data"
logger=migrator t=2022-12-22T12:24:31.46902062Z level=info msg="Executing migration" id="Add is_disabled column to user"
logger=migrator t=2022-12-22T12:24:31.483835469Z level=info msg="Executing migration" id="Add index user.login/user.email"
logger=migrator t=2022-12-22T12:24:31.498052163Z level=info msg="Executing migration" id="Add is_service_account column to user"
logger=migrator t=2022-12-22T12:24:31.51318934Z level=info msg="Executing migration" id="Update is_service_account column to nullable"
logger=migrator t=2022-12-22T12:24:31.543906537Z level=info msg="Executing migration" id="create temp user table v1-7"
logger=migrator t=2022-12-22T12:24:31.563218098Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7"
logger=migrator t=2022-12-22T12:24:31.586785245Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7"
logger=migrator t=2022-12-22T12:24:31.604699351Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7"
logger=migrator t=2022-12-22T12:24:31.621868379Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7"
logger=migrator t=2022-12-22T12:24:31.643427582Z level=info msg="Executing migration" id="Update temp_user table charset"
logger=migrator t=2022-12-22T12:24:31.665867139Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1"
logger=migrator t=2022-12-22T12:24:31.683838874Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1"
logger=migrator t=2022-12-22T12:24:31.706128971Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1"
logger=migrator t=2022-12-22T12:24:31.727700322Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1"
logger=migrator t=2022-12-22T12:24:31.750396042Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1"
logger=migrator t=2022-12-22T12:24:31.773772785Z level=info msg="Executing migration" id="create temp_user v2"
logger=migrator t=2022-12-22T12:24:31.792888757Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2"
logger=migrator t=2022-12-22T12:24:31.811522331Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2"
logger=migrator t=2022-12-22T12:24:31.83121894Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2"
logger=migrator t=2022-12-22T12:24:31.847592686Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2"
logger=migrator t=2022-12-22T12:24:31.864191853Z level=info msg="Executing migration" id="copy temp_user v1 to v2"
logger=migrator t=2022-12-22T12:24:31.877626914Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty"
logger=migrator t=2022-12-22T12:24:31.894649167Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire"
logger=migrator t=2022-12-22T12:24:31.908309631Z level=info msg="Executing migration" id="create star table"
logger=migrator t=2022-12-22T12:24:31.924705376Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id"
logger=migrator t=2022-12-22T12:24:31.941342099Z level=info msg="Executing migration" id="create org table v1"
logger=migrator t=2022-12-22T12:24:31.956895842Z level=info msg="Executing migration" id="create index UQE_org_name - v1"
logger=migrator t=2022-12-22T12:24:31.971961335Z level=info msg="Executing migration" id="create org_user table v1"
logger=migrator t=2022-12-22T12:24:31.986325452Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1"
logger=migrator t=2022-12-22T12:24:31.99996362Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1"
logger=migrator t=2022-12-22T12:24:32.015023521Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1"
logger=migrator t=2022-12-22T12:24:32.029157272Z level=info msg="Executing migration" id="Update org table charset"
logger=migrator t=2022-12-22T12:24:32.041853977Z level=info msg="Executing migration" id="Update org_user table charset"
logger=migrator t=2022-12-22T12:24:32.053457609Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers"
logger=migrator t=2022-12-22T12:24:32.066682489Z level=info msg="Executing migration" id="create dashboard table"
logger=migrator t=2022-12-22T12:24:32.083305156Z level=info msg="Executing migration" id="add index dashboard.account_id"
logger=migrator t=2022-12-22T12:24:32.098999934Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug"
logger=migrator t=2022-12-22T12:24:32.114411735Z level=info msg="Executing migration" id="create dashboard_tag table"
logger=migrator t=2022-12-22T12:24:32.129041755Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term"
logger=migrator t=2022-12-22T12:24:32.14488177Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1"
logger=migrator t=2022-12-22T12:24:32.160440809Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1"
logger=migrator t=2022-12-22T12:24:32.18405627Z level=info msg="Executing migration" id="create dashboard v2"
logger=migrator t=2022-12-22T12:24:32.199875601Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2"
logger=migrator t=2022-12-22T12:24:32.217234106Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2"
logger=migrator t=2022-12-22T12:24:32.235316505Z level=info msg="Executing migration" id="copy dashboard v1 to v2"
logger=migrator t=2022-12-22T12:24:32.250890044Z level=info msg="Executing migration" id="drop table dashboard_v1"
logger=migrator t=2022-12-22T12:24:32.273196715Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1"
logger=migrator t=2022-12-22T12:24:32.288581183Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2"
logger=migrator t=2022-12-22T12:24:32.309213053Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2"
logger=migrator t=2022-12-22T12:24:32.324724111Z level=info msg="Executing migration" id="Add column gnetId in dashboard"
logger=migrator t=2022-12-22T12:24:32.339681606Z level=info msg="Executing migration" id="Add index for gnetId in dashboard"
logger=migrator t=2022-12-22T12:24:32.355024687Z level=info msg="Executing migration" id="Add column plugin_id in dashboard"
logger=migrator t=2022-12-22T12:24:32.37021664Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard"
logger=migrator t=2022-12-22T12:24:32.385197783Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag"
logger=migrator t=2022-12-22T12:24:32.541428348Z level=info msg="Executing migration" id="Update dashboard table charset"
logger=migrator t=2022-12-22T12:24:32.687722416Z level=info msg="Executing migration" id="Update dashboard_tag table charset"
logger=migrator t=2022-12-22T12:24:32.727221114Z level=info msg="Executing migration" id="Add column folder_id in dashboard"
logger=migrator t=2022-12-22T12:24:32.77484114Z level=info msg="Executing migration" id="Add column isFolder in dashboard"
logger=migrator t=2022-12-22T12:24:32.828087318Z level=info msg="Executing migration" id="Add column has_acl in dashboard"
logger=migrator t=2022-12-22T12:24:32.875651734Z level=info msg="Executing migration" id="Add column uid in dashboard"
logger=migrator t=2022-12-22T12:24:32.928055299Z level=info msg="Executing migration" id="Update uid column values in dashboard"
logger=migrator t=2022-12-22T12:24:32.96832289Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid"
logger=migrator t=2022-12-22T12:24:33.013963416Z level=info msg="Executing migration" id="Remove unique index org_id_slug"
logger=migrator t=2022-12-22T12:24:33.074174537Z level=info msg="Executing migration" id="Update dashboard title length"
logger=migrator t=2022-12-22T12:24:33.113285316Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id"
logger=migrator t=2022-12-22T12:24:33.168194723Z level=info msg="Executing migration" id="create dashboard_provisioning"
logger=migrator t=2022-12-22T12:24:33.22292804Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1"
logger=migrator t=2022-12-22T12:24:33.277514601Z level=info msg="Executing migration" id="create dashboard_provisioning v2"
logger=migrator t=2022-12-22T12:24:33.340321765Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2"
logger=migrator t=2022-12-22T12:24:33.397095377Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2"
logger=migrator t=2022-12-22T12:24:33.454472237Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2"
logger=migrator t=2022-12-22T12:24:33.500095097Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty"
logger=migrator t=2022-12-22T12:24:33.562602008Z level=info msg="Executing migration" id="Add check_sum column"
logger=migrator t=2022-12-22T12:24:33.623427933Z level=info msg="Executing migration" id="Add index for dashboard_title"
logger=migrator t=2022-12-22T12:24:33.710580767Z level=info msg="Executing migration" id="delete tags for deleted dashboards"
logger=migrator t=2022-12-22T12:24:33.780610535Z level=info msg="Executing migration" id="delete stars for deleted dashboards"
logger=migrator t=2022-12-22T12:24:33.824189508Z level=info msg="Executing migration" id="Add index for dashboard_is_folder"
logger=migrator t=2022-12-22T12:24:33.842822285Z level=info msg="Executing migration" id="Add isPublic for dashboard"
logger=migrator t=2022-12-22T12:24:33.861786686Z level=info msg="Executing migration" id="create data_source table"
logger=migrator t=2022-12-22T12:24:33.883029174Z level=info msg="Executing migration" id="add index data_source.account_id"
logger=migrator t=2022-12-22T12:24:33.900844874Z level=info msg="Executing migration" id="add unique index data_source.account_id_name"
logger=migrator t=2022-12-22T12:24:33.919283081Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1"
logger=migrator t=2022-12-22T12:24:33.935062468Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1"
logger=migrator t=2022-12-22T12:24:33.951321957Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1"
logger=migrator t=2022-12-22T12:24:33.97617982Z level=info msg="Executing migration" id="create data_source table v2"
logger=migrator t=2022-12-22T12:24:33.993919392Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2"
logger=migrator t=2022-12-22T12:24:34.010072809Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2"
logger=migrator t=2022-12-22T12:24:34.030120301Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2"
logger=migrator t=2022-12-22T12:24:34.047683394Z level=info msg="Executing migration" id="Add column with_credentials"
logger=migrator t=2022-12-22T12:24:34.065099528Z level=info msg="Executing migration" id="Add secure json data column"
logger=migrator t=2022-12-22T12:24:34.085052799Z level=info msg="Executing migration" id="Update data_source table charset"
logger=migrator t=2022-12-22T12:24:34.099946907Z level=info msg="Executing migration" id="Update initial version to 1"
logger=migrator t=2022-12-22T12:24:34.114195322Z level=info msg="Executing migration" id="Add read_only data column"
logger=migrator t=2022-12-22T12:24:34.131895377Z level=info msg="Executing migration" id="Migrate logging ds to loki ds"
logger=migrator t=2022-12-22T12:24:34.147730707Z level=info msg="Executing migration" id="Update json_data with nulls"
logger=migrator t=2022-12-22T12:24:34.162652592Z level=info msg="Executing migration" id="Add uid column"
logger=migrator t=2022-12-22T12:24:34.18117013Z level=info msg="Executing migration" id="Update uid value"
logger=migrator t=2022-12-22T12:24:34.198520302Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid"
logger=migrator t=2022-12-22T12:24:34.215625461Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default"
logger=migrator t=2022-12-22T12:24:34.234453994Z level=info msg="Executing migration" id="create api_key table"
logger=migrator t=2022-12-22T12:24:34.252712945Z level=info msg="Executing migration" id="add index api_key.account_id"
logger=migrator t=2022-12-22T12:24:34.270209892Z level=info msg="Executing migration" id="add index api_key.key"
logger=migrator t=2022-12-22T12:24:34.28822907Z level=info msg="Executing migration" id="add index api_key.account_id_name"
logger=migrator t=2022-12-22T12:24:34.309258728Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1"
logger=migrator t=2022-12-22T12:24:34.328339163Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1"
logger=migrator t=2022-12-22T12:24:34.347460802Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1"
logger=migrator t=2022-12-22T12:24:34.365854102Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1"
logger=migrator t=2022-12-22T12:24:34.391044756Z level=info msg="Executing migration" id="create api_key table v2"
logger=migrator t=2022-12-22T12:24:34.40711323Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2"
logger=migrator t=2022-12-22T12:24:34.425020595Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2"
logger=migrator t=2022-12-22T12:24:34.441125291Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2"
logger=migrator t=2022-12-22T12:24:34.460315613Z level=info msg="Executing migration" id="copy api_key v1 to v2"
logger=migrator t=2022-12-22T12:24:34.47420611Z level=info msg="Executing migration" id="Drop old table api_key_v1"
logger=migrator t=2022-12-22T12:24:34.490406767Z level=info msg="Executing migration" id="Update api_key table charset"
logger=migrator t=2022-12-22T12:24:34.505245856Z level=info msg="Executing migration" id="Add expires to api_key table"
logger=migrator t=2022-12-22T12:24:34.522263924Z level=info msg="Executing migration" id="Add service account foreign key"
logger=migrator t=2022-12-22T12:24:34.540826795Z level=info msg="Executing migration" id="set service account foreign key to nil if 0"
logger=migrator t=2022-12-22T12:24:34.557310428Z level=info msg="Executing migration" id="Add last_used_at to api_key table"
logger=migrator t=2022-12-22T12:24:34.574139073Z level=info msg="Executing migration" id="Add is_revoked column to api_key table"
logger=migrator t=2022-12-22T12:24:34.591757777Z level=info msg="Executing migration" id="create dashboard_snapshot table v4"
logger=migrator t=2022-12-22T12:24:34.608377925Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1"
logger=migrator t=2022-12-22T12:24:34.624309624Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2"
logger=migrator t=2022-12-22T12:24:34.640419986Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5"
logger=migrator t=2022-12-22T12:24:34.658593087Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5"
logger=migrator t=2022-12-22T12:24:34.675901112Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5"
logger=migrator t=2022-12-22T12:24:34.693578074Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2"
logger=migrator t=2022-12-22T12:24:34.709694362Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset"
logger=migrator t=2022-12-22T12:24:34.782479783Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table"
logger=migrator t=2022-12-22T12:24:34.803526774Z level=info msg="Executing migration" id="Add encrypted dashboard json column"
logger=migrator t=2022-12-22T12:24:34.821864575Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB"
logger=migrator t=2022-12-22T12:24:34.836496632Z level=info msg="Executing migration" id="create quota table v1"
logger=migrator t=2022-12-22T12:24:34.881067586Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1"
logger=migrator t=2022-12-22T12:24:34.898123134Z level=info msg="Executing migration" id="Update quota table charset"
logger=migrator t=2022-12-22T12:24:34.919817057Z level=info msg="Executing migration" id="create plugin_setting table"
logger=migrator t=2022-12-22T12:24:34.960768635Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1"
logger=migrator t=2022-12-22T12:24:34.979928754Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings"
logger=migrator t=2022-12-22T12:24:35.000022189Z level=info msg="Executing migration" id="Update plugin_setting table charset"
logger=migrator t=2022-12-22T12:24:35.036153802Z level=info msg="Executing migration" id="create session table"
logger=migrator t=2022-12-22T12:24:35.057407641Z level=info msg="Executing migration" id="Drop old table playlist table"
logger=migrator t=2022-12-22T12:24:35.095501995Z level=info msg="Executing migration" id="Drop old table playlist_item table"
logger=migrator t=2022-12-22T12:24:35.111811854Z level=info msg="Executing migration" id="create playlist table v2"
logger=migrator t=2022-12-22T12:24:35.130470612Z level=info msg="Executing migration" id="create playlist item table v2"
logger=migrator t=2022-12-22T12:24:35.170055271Z level=info msg="Executing migration" id="Update playlist table charset"
logger=migrator t=2022-12-22T12:24:35.184465554Z level=info msg="Executing migration" id="Update playlist_item table charset"
logger=migrator t=2022-12-22T12:24:35.201678488Z level=info msg="Executing migration" id="drop preferences table v2"
logger=migrator t=2022-12-22T12:24:35.21906316Z level=info msg="Executing migration" id="drop preferences table v3"
logger=migrator t=2022-12-22T12:24:35.256361251Z level=info msg="Executing migration" id="create preferences table v3"
logger=migrator t=2022-12-22T12:24:35.2766772Z level=info msg="Executing migration" id="Update preferences table charset"
logger=migrator t=2022-12-22T12:24:35.29070275Z level=info msg="Executing migration" id="Add column team_id in preferences"
logger=migrator t=2022-12-22T12:24:35.312121882Z level=info msg="Executing migration" id="Update team_id column values in preferences"
logger=migrator t=2022-12-22T12:24:35.328599608Z level=info msg="Executing migration" id="Add column week_start in preferences"
logger=migrator t=2022-12-22T12:24:35.353013294Z level=info msg="Executing migration" id="Add column preferences.json_data"
logger=migrator t=2022-12-22T12:24:35.376264614Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1"
logger=migrator t=2022-12-22T12:24:35.398168404Z level=info msg="Executing migration" id="Add preferences index org_id"
logger=migrator t=2022-12-22T12:24:35.420143173Z level=info msg="Executing migration" id="Add preferences index user_id"
logger=migrator t=2022-12-22T12:24:35.441112314Z level=info msg="Executing migration" id="create alert table v1"
logger=migrator t=2022-12-22T12:24:35.458917126Z level=info msg="Executing migration" id="add index alert org_id & id "
logger=migrator t=2022-12-22T12:24:35.477719881Z level=info msg="Executing migration" id="add index alert state"
logger=migrator t=2022-12-22T12:24:35.497241142Z level=info msg="Executing migration" id="add index alert dashboard_id"
logger=migrator t=2022-12-22T12:24:35.513078102Z level=info msg="Executing migration" id="Create alert_rule_tag table v1"
logger=migrator t=2022-12-22T12:24:35.530206482Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id"
logger=migrator t=2022-12-22T12:24:35.54721629Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1"
logger=migrator t=2022-12-22T12:24:35.562323801Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1"
logger=migrator t=2022-12-22T12:24:35.582710286Z level=info msg="Executing migration" id="Create alert_rule_tag table v2"
logger=migrator t=2022-12-22T12:24:35.597485395Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2"
logger=migrator t=2022-12-22T12:24:35.613683015Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2"
logger=migrator t=2022-12-22T12:24:35.631825894Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1"
logger=migrator t=2022-12-22T12:24:35.648738204Z level=info msg="Executing migration" id="create alert_notification table v1"
logger=migrator t=2022-12-22T12:24:35.665921491Z level=info msg="Executing migration" id="Add column is_default"
logger=migrator t=2022-12-22T12:24:35.686436047Z level=info msg="Executing migration" id="Add column frequency"
logger=migrator t=2022-12-22T12:24:35.707260005Z level=info msg="Executing migration" id="Add column send_reminder"
logger=migrator t=2022-12-22T12:24:35.728758488Z level=info msg="Executing migration" id="Add column disable_resolve_message"
logger=migrator t=2022-12-22T12:24:35.748899792Z level=info msg="Executing migration" id="add index alert_notification org_id & name"
logger=migrator t=2022-12-22T12:24:35.766911045Z level=info msg="Executing migration" id="Update alert table charset"
logger=migrator t=2022-12-22T12:24:35.780639137Z level=info msg="Executing migration" id="Update alert_notification table charset"
logger=migrator t=2022-12-22T12:24:35.796896737Z level=info msg="Executing migration" id="create notification_journal table v1"
logger=migrator t=2022-12-22T12:24:35.814309056Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id"
logger=migrator t=2022-12-22T12:24:35.832275827Z level=info msg="Executing migration" id="drop alert_notification_journal"
logger=migrator t=2022-12-22T12:24:35.850045566Z level=info msg="Executing migration" id="create alert_notification_state table v1"
logger=migrator t=2022-12-22T12:24:35.870257054Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id"
logger=migrator t=2022-12-22T12:24:35.886727928Z level=info msg="Executing migration" id="Add for to alert table"
logger=migrator t=2022-12-22T12:24:35.908170689Z level=info msg="Executing migration" id="Add column uid in alert_notification"
logger=migrator t=2022-12-22T12:24:35.929116664Z level=info msg="Executing migration" id="Update uid column values in alert_notification"
logger=migrator t=2022-12-22T12:24:35.942989364Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid"
logger=migrator t=2022-12-22T12:24:35.961205779Z level=info msg="Executing migration" id="Remove unique index org_id_name"
logger=migrator t=2022-12-22T12:24:35.978764021Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification"
logger=migrator t=2022-12-22T12:24:35.998757958Z level=info msg="Executing migration" id="alter alert.settings to mediumtext"
logger=migrator t=2022-12-22T12:24:36.017293497Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id"
logger=migrator t=2022-12-22T12:24:36.035603466Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id"
logger=migrator t=2022-12-22T12:24:36.053141134Z level=info msg="Executing migration" id="Drop old annotation table v4"
logger=migrator t=2022-12-22T12:24:36.068240571Z level=info msg="Executing migration" id="create annotation table v5"
logger=migrator t=2022-12-22T12:24:36.106117318Z level=info msg="Executing migration" id="add index annotation 0 v3"
logger=migrator t=2022-12-22T12:24:36.126583098Z level=info msg="Executing migration" id="add index annotation 1 v3"
logger=migrator t=2022-12-22T12:24:36.145477481Z level=info msg="Executing migration" id="add index annotation 2 v3"
logger=migrator t=2022-12-22T12:24:36.163379587Z level=info msg="Executing migration" id="add index annotation 3 v3"
logger=migrator t=2022-12-22T12:24:36.183317692Z level=info msg="Executing migration" id="add index annotation 4 v3"
logger=migrator t=2022-12-22T12:24:36.206487532Z level=info msg="Executing migration" id="Update annotation table charset"
logger=migrator t=2022-12-22T12:24:36.220972739Z level=info msg="Executing migration" id="Add column region_id to annotation table"
logger=migrator t=2022-12-22T12:24:36.239980973Z level=info msg="Executing migration" id="Drop category_id index"
logger=migrator t=2022-12-22T12:24:36.257025095Z level=info msg="Executing migration" id="Add column tags to annotation table"
logger=migrator t=2022-12-22T12:24:36.27582648Z level=info msg="Executing migration" id="Create annotation_tag table v2"
logger=migrator t=2022-12-22T12:24:36.292295169Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id"
logger=migrator t=2022-12-22T12:24:36.312463973Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2"
logger=migrator t=2022-12-22T12:24:36.327542651Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2"
logger=migrator t=2022-12-22T12:24:36.358386605Z level=info msg="Executing migration" id="Create annotation_tag table v3"
logger=migrator t=2022-12-22T12:24:36.373378766Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3"
logger=migrator t=2022-12-22T12:24:36.389162486Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3"
logger=migrator t=2022-12-22T12:24:36.40347703Z level=info msg="Executing migration" id="drop table annotation_tag_v2"
logger=migrator t=2022-12-22T12:24:36.421733167Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty"
logger=migrator t=2022-12-22T12:24:36.435761401Z level=info msg="Executing migration" id="Add created time to annotation table"
logger=migrator t=2022-12-22T12:24:36.454693507Z level=info msg="Executing migration" id="Add updated time to annotation table"
logger=migrator t=2022-12-22T12:24:36.476469465Z level=info msg="Executing migration" id="Add index for created in annotation table"
logger=migrator t=2022-12-22T12:24:36.49419426Z level=info msg="Executing migration" id="Add index for updated in annotation table"
logger=migrator t=2022-12-22T12:24:36.511479452Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds"
logger=migrator t=2022-12-22T12:24:36.52726032Z level=info msg="Executing migration" id="Add epoch_end column"
logger=migrator t=2022-12-22T12:24:36.547327552Z level=info msg="Executing migration" id="Add index for epoch_end"
logger=migrator t=2022-12-22T12:24:36.563981663Z level=info msg="Executing migration" id="Make epoch_end the same as epoch"
logger=migrator t=2022-12-22T12:24:36.580574886Z level=info msg="Executing migration" id="Move region to single row"
logger=migrator t=2022-12-22T12:24:36.597607564Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table"
logger=migrator t=2022-12-22T12:24:36.61293546Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table"
logger=migrator t=2022-12-22T12:24:36.633341648Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table"
logger=migrator t=2022-12-22T12:24:36.647923502Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table"
logger=migrator t=2022-12-22T12:24:36.662695871Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table"
logger=migrator t=2022-12-22T12:24:36.677649329Z level=info msg="Executing migration" id="Add index for alert_id on annotation table"
logger=migrator t=2022-12-22T12:24:36.69142131Z level=info msg="Executing migration" id="Increase tags column to length 4096"
logger=migrator t=2022-12-22T12:24:36.703517285Z level=info msg="Executing migration" id="create test_data table"
logger=migrator t=2022-12-22T12:24:36.721685071Z level=info msg="Executing migration" id="create dashboard_version table v1"
logger=migrator t=2022-12-22T12:24:36.739256776Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id"
logger=migrator t=2022-12-22T12:24:36.757065291Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version"
logger=migrator t=2022-12-22T12:24:36.774994582Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0"
logger=migrator t=2022-12-22T12:24:36.795946278Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1"
logger=migrator t=2022-12-22T12:24:36.811137732Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1"
logger=migrator t=2022-12-22T12:24:36.82787386Z level=info msg="Executing migration" id="create team table"
logger=migrator t=2022-12-22T12:24:36.846183606Z level=info msg="Executing migration" id="add index team.org_id"
logger=migrator t=2022-12-22T12:24:36.872599922Z level=info msg="Executing migration" id="add unique index team_org_id_name"
logger=migrator t=2022-12-22T12:24:36.888646248Z level=info msg="Executing migration" id="create team member table"
logger=migrator t=2022-12-22T12:24:36.905612372Z level=info msg="Executing migration" id="add index team_member.org_id"
logger=migrator t=2022-12-22T12:24:36.922352Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id"
logger=migrator t=2022-12-22T12:24:36.939646506Z level=info msg="Executing migration" id="add index team_member.team_id"
logger=migrator t=2022-12-22T12:24:36.954669Z level=info msg="Executing migration" id="Add column email to team table"
logger=migrator t=2022-12-22T12:24:36.972962117Z level=info msg="Executing migration" id="Add column external to team_member table"
logger=migrator t=2022-12-22T12:24:36.989854687Z level=info msg="Executing migration" id="Add column permission to team_member table"
logger=migrator t=2022-12-22T12:24:37.006259914Z level=info msg="Executing migration" id="create dashboard acl table"
logger=migrator t=2022-12-22T12:24:37.025313146Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id"
logger=migrator t=2022-12-22T12:24:37.047960811Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id"
logger=migrator t=2022-12-22T12:24:37.067500441Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id"
logger=migrator t=2022-12-22T12:24:37.087812872Z level=info msg="Executing migration" id="add index dashboard_acl_user_id"
logger=migrator t=2022-12-22T12:24:37.10907123Z level=info msg="Executing migration" id="add index dashboard_acl_team_id"
logger=migrator t=2022-12-22T12:24:37.130210756Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role"
logger=migrator t=2022-12-22T12:24:37.149838422Z level=info msg="Executing migration" id="add index dashboard_permission"
logger=migrator t=2022-12-22T12:24:37.168670344Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table"
logger=migrator t=2022-12-22T12:24:37.187500543Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders"
logger=migrator t=2022-12-22T12:24:37.202053083Z level=info msg="Executing migration" id="create tag table"
logger=migrator t=2022-12-22T12:24:37.220781914Z level=info msg="Executing migration" id="add index tag.key_value"
logger=migrator t=2022-12-22T12:24:37.243767035Z level=info msg="Executing migration" id="create login attempt table"
logger=migrator t=2022-12-22T12:24:37.262667548Z level=info msg="Executing migration" id="add index login_attempt.username"
logger=migrator t=2022-12-22T12:24:37.280625765Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1"
logger=migrator t=2022-12-22T12:24:37.29877231Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1"
logger=migrator t=2022-12-22T12:24:37.33685135Z level=info msg="Executing migration" id="create login_attempt v2"
logger=migrator t=2022-12-22T12:24:37.356032173Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2"
logger=migrator t=2022-12-22T12:24:37.373595655Z level=info msg="Executing migration" id="copy login_attempt v1 to v2"
logger=migrator t=2022-12-22T12:24:37.388109474Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty"
logger=migrator t=2022-12-22T12:24:37.406119411Z level=info msg="Executing migration" id="create user auth table"
logger=migrator t=2022-12-22T12:24:37.424448805Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1"
logger=migrator t=2022-12-22T12:24:37.442134378Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190"
logger=migrator t=2022-12-22T12:24:37.457495292Z level=info msg="Executing migration" id="Add OAuth access token to user_auth"
logger=migrator t=2022-12-22T12:24:37.477971979Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth"
logger=migrator t=2022-12-22T12:24:37.499034469Z level=info msg="Executing migration" id="Add OAuth token type to user_auth"
logger=migrator t=2022-12-22T12:24:37.527767482Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth"
logger=migrator t=2022-12-22T12:24:37.553839878Z level=info msg="Executing migration" id="Add index to user_id column in user_auth"
logger=migrator t=2022-12-22T12:24:37.573984775Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth"
logger=migrator t=2022-12-22T12:24:37.596535663Z level=info msg="Executing migration" id="create server_lock table"
logger=migrator t=2022-12-22T12:24:37.624063513Z level=info msg="Executing migration" id="add index server_lock.operation_uid"
logger=migrator t=2022-12-22T12:24:37.652777897Z level=info msg="Executing migration" id="create user auth token table"
logger=migrator t=2022-12-22T12:24:37.673122419Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token"
logger=migrator t=2022-12-22T12:24:37.691830807Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token"
logger=migrator t=2022-12-22T12:24:37.706852578Z level=info msg="Executing migration" id="add index user_auth_token.user_id"
logger=migrator t=2022-12-22T12:24:37.722744611Z level=info msg="Executing migration" id="Add revoked_at to the user auth token"
logger=migrator t=2022-12-22T12:24:37.740464109Z level=info msg="Executing migration" id="create cache_data table"
logger=migrator t=2022-12-22T12:24:37.763966924Z level=info msg="Executing migration" id="add unique index cache_data.cache_key"
logger=migrator t=2022-12-22T12:24:37.779433354Z level=info msg="Executing migration" id="create short_url table v1"
logger=migrator t=2022-12-22T12:24:37.796546179Z level=info msg="Executing migration" id="add index short_url.org_id-uid"
logger=migrator t=2022-12-22T12:24:37.8150432Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint"
logger=migrator t=2022-12-22T12:24:37.827316857Z level=info msg="Executing migration" id="delete alert_definition table"
logger=migrator t=2022-12-22T12:24:37.841055393Z level=info msg="Executing migration" id="recreate alert_definition table"
logger=migrator t=2022-12-22T12:24:37.858628672Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns"
logger=migrator t=2022-12-22T12:24:37.87293942Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns"
logger=migrator t=2022-12-22T12:24:37.88835324Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql"
logger=migrator t=2022-12-22T12:24:37.904232125Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns"
logger=migrator t=2022-12-22T12:24:37.918447412Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns"
logger=migrator t=2022-12-22T12:24:37.933233521Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns"
logger=migrator t=2022-12-22T12:24:37.947247015Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns"
logger=migrator t=2022-12-22T12:24:37.964042605Z level=info msg="Executing migration" id="Add column paused in alert_definition"
logger=migrator t=2022-12-22T12:24:37.9794215Z level=info msg="Executing migration" id="drop alert_definition table"
logger=migrator t=2022-12-22T12:24:37.994601231Z level=info msg="Executing migration" id="delete alert_definition_version table"
logger=migrator t=2022-12-22T12:24:38.006578857Z level=info msg="Executing migration" id="recreate alert_definition_version table"
logger=migrator t=2022-12-22T12:24:38.020674424Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns"
logger=migrator t=2022-12-22T12:24:38.036740065Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns"
logger=migrator t=2022-12-22T12:24:38.052237086Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql"
logger=migrator t=2022-12-22T12:24:38.064475429Z level=info msg="Executing migration" id="drop alert_definition_version table"
logger=migrator t=2022-12-22T12:24:38.078743808Z level=info msg="Executing migration" id="create alert_instance table"
logger=migrator t=2022-12-22T12:24:38.092983742Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns"
logger=migrator t=2022-12-22T12:24:38.108187714Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns"
logger=migrator t=2022-12-22T12:24:38.124587108Z level=info msg="Executing migration" id="add column current_state_end to alert_instance"
logger=migrator t=2022-12-22T12:24:38.144750264Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance"
logger=migrator t=2022-12-22T12:24:38.164520538Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance"
logger=migrator t=2022-12-22T12:24:38.196938314Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance"
logger=migrator t=2022-12-22T12:24:38.258084677Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance"
logger=migrator t=2022-12-22T12:24:38.312040138Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance"
logger=migrator t=2022-12-22T12:24:38.327458977Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance"
logger=migrator t=2022-12-22T12:24:38.344644874Z level=info msg="Executing migration" id="add current_reason column related to current_state"
logger=migrator t=2022-12-22T12:24:38.366208485Z level=info msg="Executing migration" id="create alert_rule table"
logger=migrator t=2022-12-22T12:24:38.384595767Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns"
logger=migrator t=2022-12-22T12:24:38.403488447Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns"
logger=migrator t=2022-12-22T12:24:38.422913209Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns"
logger=migrator t=2022-12-22T12:24:38.442663688Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql"
logger=migrator t=2022-12-22T12:24:38.459726032Z level=info msg="Executing migration" id="add column for to alert_rule"
logger=migrator t=2022-12-22T12:24:38.482596637Z level=info msg="Executing migration" id="add column annotations to alert_rule"
logger=migrator t=2022-12-22T12:24:38.504582628Z level=info msg="Executing migration" id="add column labels to alert_rule"
logger=migrator t=2022-12-22T12:24:38.525578898Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns"
logger=migrator t=2022-12-22T12:24:38.54242145Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns"
logger=migrator t=2022-12-22T12:24:38.561463942Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule"
logger=migrator t=2022-12-22T12:24:38.581812002Z level=info msg="Executing migration" id="add panel_id column to alert_rule"
logger=migrator t=2022-12-22T12:24:38.622046816Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns"
logger=migrator t=2022-12-22T12:24:38.642364709Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule"
logger=migrator t=2022-12-22T12:24:38.663073447Z level=info msg="Executing migration" id="create alert_rule_version table"
logger=migrator t=2022-12-22T12:24:38.68281063Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns"
logger=migrator t=2022-12-22T12:24:38.70415906Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns"
logger=migrator t=2022-12-22T12:24:38.722171256Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql"
logger=migrator t=2022-12-22T12:24:38.735655335Z level=info msg="Executing migration" id="add column for to alert_rule_version"
logger=migrator t=2022-12-22T12:24:38.757280759Z level=info msg="Executing migration" id="add column annotations to alert_rule_version"
logger=migrator t=2022-12-22T12:24:38.77813705Z level=info msg="Executing migration" id="add column labels to alert_rule_version"
logger=migrator t=2022-12-22T12:24:38.801204207Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version"
logger=migrator t=2022-12-22T12:24:38.824989257Z level=info msg="Executing migration" id=create_alert_configuration_table
logger=migrator t=2022-12-22T12:24:38.842168636Z level=info msg="Executing migration" id="Add column default in alert_configuration"
logger=migrator t=2022-12-22T12:24:38.862501104Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql"
logger=migrator t=2022-12-22T12:24:38.876417341Z level=info msg="Executing migration" id="add column org_id in alert_configuration"
logger=migrator t=2022-12-22T12:24:38.897216355Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column"
logger=migrator t=2022-12-22T12:24:38.917934704Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration"
logger=migrator t=2022-12-22T12:24:38.941595923Z level=info msg="Executing migration" id=create_ngalert_configuration_table
logger=migrator t=2022-12-22T12:24:38.959118648Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column"
logger=migrator t=2022-12-22T12:24:38.976783258Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration"
logger=migrator t=2022-12-22T12:24:38.998420423Z level=info msg="Executing migration" id="create provenance_type table"
logger=migrator t=2022-12-22T12:24:39.015356399Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns"
logger=migrator t=2022-12-22T12:24:39.032896105Z level=info msg="Executing migration" id="create alert_image table"
logger=migrator t=2022-12-22T12:24:39.049507902Z level=info msg="Executing migration" id="add unique index on token to alert_image table"
logger=migrator t=2022-12-22T12:24:39.067740798Z level=info msg="Executing migration" id="support longer URLs in alert_image table"
logger=migrator t=2022-12-22T12:24:39.081104286Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\""
logger=migrator t=2022-12-22T12:24:39.082496371Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting"
logger=migrator t=2022-12-22T12:24:39.083812865Z level=info msg="alerts found to migrate" alerts=0
logger=migrator t=2022-12-22T12:24:39.098933783Z level=info msg="Executing migration" id="create library_element table v1"
logger=migrator t=2022-12-22T12:24:39.120475653Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind"
logger=migrator t=2022-12-22T12:24:39.144428367Z level=info msg="Executing migration" id="create library_element_connection table v1"
logger=migrator t=2022-12-22T12:24:39.162844315Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id"
logger=migrator t=2022-12-22T12:24:39.186116579Z level=info msg="Executing migration" id="add unique index library_element org_id_uid"
logger=migrator t=2022-12-22T12:24:39.204573286Z level=info msg="Executing migration" id="increase max description length to 2048"
logger=migrator t=2022-12-22T12:24:39.221194027Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting"
logger=migrator t=2022-12-22T12:24:39.23536313Z level=info msg="Executing migration" id="create data_keys table"
logger=migrator t=2022-12-22T12:24:39.255226328Z level=info msg="Executing migration" id="create secrets table"
logger=migrator t=2022-12-22T12:24:39.274364244Z level=info msg="Executing migration" id="rename data_keys name column to id"
logger=migrator t=2022-12-22T12:24:39.340855506Z level=info msg="Executing migration" id="add name column into data_keys"
logger=migrator t=2022-12-22T12:24:39.362839572Z level=info msg="Executing migration" id="copy data_keys id column values into name"
logger=migrator t=2022-12-22T12:24:39.377065803Z level=info msg="Executing migration" id="rename data_keys name column to label"
logger=migrator t=2022-12-22T12:24:39.440800431Z level=info msg="Executing migration" id="rename data_keys id column back to name"
logger=migrator t=2022-12-22T12:24:39.502498506Z level=info msg="Executing migration" id="create kv_store table v1"
logger=migrator t=2022-12-22T12:24:39.530959449Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key"
logger=migrator t=2022-12-22T12:24:39.549764075Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations"
logger=migrator t=2022-12-22T12:24:39.564933159Z level=info msg="Executing migration" id="create permission table"
logger=migrator t=2022-12-22T12:24:39.583549011Z level=info msg="Executing migration" id="add unique index permission.role_id"
logger=migrator t=2022-12-22T12:24:39.602584984Z level=info msg="Executing migration" id="add unique index role_id_action_scope"
logger=migrator t=2022-12-22T12:24:39.621505182Z level=info msg="Executing migration" id="create role table"
logger=migrator t=2022-12-22T12:24:39.645931295Z level=info msg="Executing migration" id="add column display_name"
logger=migrator t=2022-12-22T12:24:39.668091042Z level=info msg="Executing migration" id="add column group_name"
logger=migrator t=2022-12-22T12:24:39.691808631Z level=info msg="Executing migration" id="add index role.org_id"
logger=migrator t=2022-12-22T12:24:39.708041676Z level=info msg="Executing migration" id="add unique index role_org_id_name"
logger=migrator t=2022-12-22T12:24:39.722976875Z level=info msg="Executing migration" id="add index role_org_id_uid"
logger=migrator t=2022-12-22T12:24:39.738132107Z level=info msg="Executing migration" id="create team role table"
logger=migrator t=2022-12-22T12:24:39.755972807Z level=info msg="Executing migration" id="add index team_role.org_id"
logger=migrator t=2022-12-22T12:24:39.770002412Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id"
logger=migrator t=2022-12-22T12:24:39.784487453Z level=info msg="Executing migration" id="add index team_role.team_id"
logger=migrator t=2022-12-22T12:24:39.801297413Z level=info msg="Executing migration" id="create user role table"
logger=migrator t=2022-12-22T12:24:39.816945506Z level=info msg="Executing migration" id="add index user_role.org_id"
logger=migrator t=2022-12-22T12:24:39.836611209Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id"
logger=migrator t=2022-12-22T12:24:39.851061325Z level=info msg="Executing migration" id="add index user_role.user_id"
logger=migrator t=2022-12-22T12:24:39.865972413Z level=info msg="Executing migration" id="create builtin role table"
logger=migrator t=2022-12-22T12:24:39.881969518Z level=info msg="Executing migration" id="add index builtin_role.role_id"
logger=migrator t=2022-12-22T12:24:39.897655592Z level=info msg="Executing migration" id="add index builtin_role.name"
logger=migrator t=2022-12-22T12:24:39.914102392Z level=info msg="Executing migration" id="Add column org_id to builtin_role table"
logger=migrator t=2022-12-22T12:24:39.931341492Z level=info msg="Executing migration" id="add index builtin_role.org_id"
logger=migrator t=2022-12-22T12:24:39.948368115Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role"
logger=migrator t=2022-12-22T12:24:39.962652382Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid"
logger=migrator t=2022-12-22T12:24:39.976329957Z level=info msg="Executing migration" id="add unique index role.uid"
logger=migrator t=2022-12-22T12:24:39.992793979Z level=info msg="Executing migration" id="create seed assignment table"
logger=migrator t=2022-12-22T12:24:40.009161225Z level=info msg="Executing migration" id="add unique index builtin_role_role_name"
logger=migrator t=2022-12-22T12:24:40.02565045Z level=info msg="Executing migration" id="add column hidden to role table"
logger=migrator t=2022-12-22T12:24:40.04244467Z level=info msg="Executing migration" id="create query_history table v1"
logger=migrator t=2022-12-22T12:24:40.058104115Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid"
logger=migrator t=2022-12-22T12:24:40.074663042Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint"
logger=migrator t=2022-12-22T12:24:40.089141009Z level=info msg="Executing migration" id="teams permissions migration"
logger=migrator t=2022-12-22T12:24:40.10147685Z level=info msg="Executing migration" id="dashboard permissions"
logger=migrator t=2022-12-22T12:24:40.11402865Z level=info msg="Executing migration" id="dashboard permissions uid scopes"
logger=migrator t=2022-12-22T12:24:40.126454823Z level=info msg="Executing migration" id="drop managed folder create actions"
logger=migrator t=2022-12-22T12:24:40.139471391Z level=info msg="Executing migration" id="alerting notification permissions"
logger=migrator t=2022-12-22T12:24:40.153112911Z level=info msg="Executing migration" id="create query_history_star table v1"
logger=migrator t=2022-12-22T12:24:40.166724284Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid"
logger=migrator t=2022-12-22T12:24:40.181511578Z level=info msg="Executing migration" id="add column org_id in query_history_star"
logger=migrator t=2022-12-22T12:24:40.199742771Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint"
logger=migrator t=2022-12-22T12:24:40.211130074Z level=info msg="Executing migration" id="create correlation table v1"
logger=migrator t=2022-12-22T12:24:40.227951293Z level=info msg="Executing migration" id="add index correlations.uid"
logger=migrator t=2022-12-22T12:24:40.246894694Z level=info msg="Executing migration" id="add index correlations.source_uid"
logger=migrator t=2022-12-22T12:24:40.26654686Z level=info msg="Executing migration" id="add correlation config column"
logger=migrator t=2022-12-22T12:24:40.289885344Z level=info msg="Executing migration" id="create entity_events table"
logger=migrator t=2022-12-22T12:24:40.305622732Z level=info msg="Executing migration" id="create dashboard public config v1"
logger=migrator t=2022-12-22T12:24:40.327178399Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1"
logger=migrator t=2022-12-22T12:24:40.327737999Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1"
logger=migrator t=2022-12-22T12:24:40.339813715Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1"
logger=migrator t=2022-12-22T12:24:40.340335039Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1"
logger=migrator t=2022-12-22T12:24:40.354901745Z level=info msg="Executing migration" id="Drop old dashboard public config table"
logger=migrator t=2022-12-22T12:24:40.372031088Z level=info msg="Executing migration" id="recreate dashboard public config v1"
logger=migrator t=2022-12-22T12:24:40.387106025Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1"
logger=migrator t=2022-12-22T12:24:40.405131629Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1"
logger=migrator t=2022-12-22T12:24:40.420810999Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2"
logger=migrator t=2022-12-22T12:24:40.435520406Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2"
logger=migrator t=2022-12-22T12:24:40.459295938Z level=info msg="Executing migration" id="Drop public config table"
logger=migrator t=2022-12-22T12:24:40.477041436Z level=info msg="Executing migration" id="Recreate dashboard public config v2"
logger=migrator t=2022-12-22T12:24:40.490720993Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2"
logger=migrator t=2022-12-22T12:24:40.506555397Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2"
logger=migrator t=2022-12-22T12:24:40.52346404Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2"
logger=migrator t=2022-12-22T12:24:40.539310352Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2"
logger=migrator t=2022-12-22T12:24:40.567940977Z level=info msg="Executing migration" id="add annotations_enabled column"
logger=migrator t=2022-12-22T12:24:40.585042136Z level=info msg="Executing migration" id="create default alerting folders"
logger=migrator t=2022-12-22T12:24:40.601303161Z level=info msg="Executing migration" id="create file table"
logger=migrator t=2022-12-22T12:24:40.628637756Z level=info msg="Executing migration" id="file table idx: path natural pk"
logger=migrator t=2022-12-22T12:24:40.643363274Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval"
logger=migrator t=2022-12-22T12:24:40.658115902Z level=info msg="Executing migration" id="create file_meta table"
logger=migrator t=2022-12-22T12:24:40.673828402Z level=info msg="Executing migration" id="file table idx: path key"
logger=migrator t=2022-12-22T12:24:40.69121261Z level=info msg="Executing migration" id="set path collation in file table"
logger=migrator t=2022-12-22T12:24:40.703499137Z level=info msg="Executing migration" id="managed permissions migration"
logger=migrator t=2022-12-22T12:24:40.718032214Z level=info msg="Executing migration" id="managed folder permissions alert actions migration"
logger=migrator t=2022-12-22T12:24:40.737966115Z level=info msg="Executing migration" id="RBAC action name migrator"
logger=migrator t=2022-12-22T12:24:40.750032017Z level=info msg="Executing migration" id="Add UID column to playlist"
logger=migrator t=2022-12-22T12:24:40.769454687Z level=info msg="Executing migration" id="Update uid column values in playlist"
logger=migrator t=2022-12-22T12:24:40.782090281Z level=info msg="Executing migration" id="Add index for uid in playlist"
logger=migrator t=2022-12-22T12:24:40.802922202Z level=info msg="Executing migration" id="update group index for alert rules"
logger=migrator t=2022-12-22T12:24:40.815165878Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration"
logger=migrator t=2022-12-22T12:24:40.826893286Z level=info msg="Executing migration" id="admin only folder/dashboard permission"
logger=migrator t=2022-12-22T12:24:40.838924392Z level=info msg="Executing migration" id="add action column to seed_assignment"
logger=migrator t=2022-12-22T12:24:40.85748756Z level=info msg="Executing migration" id="add scope column to seed_assignment"
logger=migrator t=2022-12-22T12:24:40.874964396Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update"
logger=migrator t=2022-12-22T12:24:40.889390864Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable"
logger=migrator t=2022-12-22T12:24:40.96992012Z level=info msg="Executing migration" id="add unique index builtin_role_name back"
logger=migrator t=2022-12-22T12:24:40.98559662Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope"
logger=migrator t=2022-12-22T12:24:41.001526615Z level=info msg="Executing migration" id="add primary key to seed_assigment"
logger=migrator t=2022-12-22T12:24:41.040153199Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration"
logger=migrator t=2022-12-22T12:24:41.053607556Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse"
logger=migrator t=2022-12-22T12:24:41.077078909Z level=info msg="migrations completed" performed=468 skipped=0 duration=9.839354343s
logger=sqlstore t=2022-12-22T12:24:41.186510951Z level=info msg="Created default admin" user=alexander
logger=sqlstore t=2022-12-22T12:24:41.187289714Z level=info msg="Created default organization"
logger=plugin.loader t=2022-12-22T12:24:41.464279793Z level=info msg="Plugin registered" pluginID=input
logger=secrets t=2022-12-22T12:24:41.465625231Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1
logger=query_data t=2022-12-22T12:24:41.473541803Z level=info msg="Query Service initialization"
logger=live.push_http t=2022-12-22T12:24:41.487589945Z level=info msg="Live Push Gateway initialization"
logger=infra.usagestats.collector t=2022-12-22T12:24:42.438267271Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2
logger=provisioning.alerting t=2022-12-22T12:24:42.439202457Z level=info msg="starting to provision alerting"
logger=provisioning.alerting t=2022-12-22T12:24:42.439268419Z level=info msg="finished to provision alerting"
logger=ngalert.state.manager t=2022-12-22T12:24:42.439709225Z level=info msg="Warming state cache for startup"
logger=ngalert.state.manager t=2022-12-22T12:24:42.440419675Z level=info msg="State cache has been initialized" states=0 duration=705.875µs
logger=ticker t=2022-12-22T12:24:42.440616542Z level=info msg=starting first_tick=2022-12-22T12:24:50Z
logger=http.server t=2022-12-22T12:24:42.447104086Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=http subUrl= socket=
logger=ngalert.multiorg.alertmanager t=2022-12-22T12:24:42.447888275Z level=info msg="starting MultiOrg Alertmanager"
logger=grafanaStorageLogger t=2022-12-22T12:24:42.44842195Z level=info msg="storage starting"
logger=context t=2022-12-22T12:24:51.692471397Z level=warn msg="failed to look up session from cookie" error="user token not found"
logger=context userId=0 orgId=0 uname= t=2022-12-22T12:24:51.694778557Z level=info msg="Request Completed" method=GET path=/ status=302 remote_addr=192.168.0.104 time_ms=4 duration=4.035461ms size=29 referer= handler=/
logger=http.server t=2022-12-22T12:25:01.45916354Z level=info msg="Successful Login" User=admin@localhost
logger=context userId=1 orgId=1 uname=alexander t=2022-12-22T12:25:02.369249688Z level=info msg="Request Completed" method=GET path=/api/live/ws status=-1 remote_addr=192.168.0.104 time_ms=4 duration=4.476989ms size=0 referer= handler=/api/live/ws
logger=context userId=1 orgId=1 uname=alexander t=2022-12-22T12:26:34.176577669Z level=error msg="Dashboard not found" error="Dashboard not found" remote_addr=192.168.0.104 traceID=
logger=context userId=1 orgId=1 uname=alexander t=2022-12-22T12:26:34.177573502Z level=info msg="Request Completed" method=GET path=/api/dashboards/uid/Ss3q6hSZk status=404 remote_addr=192.168.0.104 time_ms=27 duration=27.812923ms size=46 referer=http://192.168.0.100:3000/dashboard/import handler=/api/dashboards/uid/:uid
logger=context userId=1 orgId=1 uname=alexander t=2022-12-22T12:26:44.35396542Z level=error msg="Dashboard not found" error="Dashboard not found" remote_addr=192.168.0.104 traceID=
logger=context userId=1 orgId=1 uname=alexander t=2022-12-22T12:26:44.354242119Z level=info msg="Request Completed" method=GET path=/api/dashboards/uid/Ss3q6hSZk status=404 remote_addr=192.168.0.104 time_ms=2 duration=2.849761ms size=46 referer=http://192.168.0.100:3000/dashboard/import handler=/api/dashboards/uid/:uid
logger=live t=2022-12-22T12:26:44.786660548Z level=info msg="Initialized channel handler" channel=grafana/dashboard/uid/Ss3q6hSZk address=grafana/dashboard/uid/Ss3q6hSZk

monitoring-node-exporter

ts=2022-12-22T12:24:30.130Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)"
ts=2022-12-22T12:24:30.132Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:41)"
ts=2022-12-22T12:24:30.133Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$
ts=2022-12-22T12:24:30.134Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data
ts=2022-12-22T12:24:30.135Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/)
ts=2022-12-22T12:24:30.136Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$
ts=2022-12-22T12:24:30.138Z caller=node_exporter.go:110 level=info msg="Enabled collectors"
ts=2022-12-22T12:24:30.139Z caller=node_exporter.go:117 level=info collector=arp
ts=2022-12-22T12:24:30.139Z caller=node_exporter.go:117 level=info collector=bcache
ts=2022-12-22T12:24:30.139Z caller=node_exporter.go:117 level=info collector=bonding
ts=2022-12-22T12:24:30.139Z caller=node_exporter.go:117 level=info collector=btrfs
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=conntrack
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=cpu
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=cpufreq
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=diskstats
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=dmi
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=edac
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=entropy
ts=2022-12-22T12:24:30.140Z caller=node_exporter.go:117 level=info collector=fibrechannel
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=filefd
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=filesystem
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=hwmon
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=infiniband
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=ipvs
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=loadavg
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=mdadm
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=meminfo
ts=2022-12-22T12:24:30.141Z caller=node_exporter.go:117 level=info collector=netclass
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=netdev
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=netstat
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=nfs
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=nfsd
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=nvme
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=os
ts=2022-12-22T12:24:30.142Z caller=node_exporter.go:117 level=info collector=powersupplyclass
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=pressure
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=rapl
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=schedstat
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=selinux
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=sockstat
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=softnet
ts=2022-12-22T12:24:30.143Z caller=node_exporter.go:117 level=info collector=stat
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=tapestats
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=textfile
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=thermal_zone
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=time
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=timex
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=udp_queues
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=uname
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=vmstat
ts=2022-12-22T12:24:30.144Z caller=node_exporter.go:117 level=info collector=xfs
ts=2022-12-22T12:24:30.145Z caller=node_exporter.go:117 level=info collector=zfs
ts=2022-12-22T12:24:30.146Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100
ts=2022-12-22T12:24:30.146Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100

monitoring-prometheus

ts=2022-12-22T12:24:31.704Z caller=main.go:512 level=info msg="No time or size retention was set so using the default time retention" duration=15d
ts=2022-12-22T12:24:31.705Z caller=main.go:556 level=info msg="Starting Prometheus Server" mode=server version="(version=2.41.0, branch=HEAD, revision=c0d8a56c69014279464c0e15d8bfb0e153af0dab)"
ts=2022-12-22T12:24:31.705Z caller=main.go:561 level=info build_context="(go=go1.19.4, platform=linux/arm64, user=root@d20a03e77067, date=20221220-10:48:06)"
ts=2022-12-22T12:24:31.709Z caller=main.go:562 level=info host_details="(Linux 5.15.83-0-rpi4 #1-Alpine SMP PREEMPT Fri Dec 16 13:39:42 UTC 2022 aarch64 rpi-prom (none))"
ts=2022-12-22T12:24:31.709Z caller=main.go:563 level=info fd_limits="(soft=1048576, hard=1048576)"
ts=2022-12-22T12:24:31.710Z caller=main.go:564 level=info vm_limits="(soft=unlimited, hard=unlimited)"
ts=2022-12-22T12:24:31.721Z caller=web.go:559 level=info component=web msg="Start listening for connections" address=0.0.0.0:9090
ts=2022-12-22T12:24:31.724Z caller=main.go:993 level=info msg="Starting TSDB ..."
ts=2022-12-22T12:24:31.741Z caller=head.go:562 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any"
ts=2022-12-22T12:24:31.742Z caller=head.go:606 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=8.796µs
ts=2022-12-22T12:24:31.742Z caller=head.go:612 level=info component=tsdb msg="Replaying WAL, this may take a while"
ts=2022-12-22T12:24:31.756Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9090
ts=2022-12-22T12:24:31.756Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9090
ts=2022-12-22T12:24:31.761Z caller=head.go:683 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0
ts=2022-12-22T12:24:31.761Z caller=head.go:720 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=490.157µs wal_replay_duration=18.744701ms wbl_replay_duration=1.241µs total_replay_duration=19.780256ms
ts=2022-12-22T12:24:31.770Z caller=main.go:1014 level=info fs_type=EXT4_SUPER_MAGIC
ts=2022-12-22T12:24:31.770Z caller=main.go:1017 level=info msg="TSDB started"
ts=2022-12-22T12:24:31.771Z caller=main.go:1197 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml
ts=2022-12-22T12:24:31.775Z caller=main.go:1234 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=4.628153ms db_storage=6.055µs remote_storage=7.833µs web_handler=2.593µs query_engine=3.889µs scrape=2.892168ms scrape_sd=322.438µs notify=4.629µs notify_sd=10.703µs rules=4.612µs tracing=24.055µs
ts=2022-12-22T12:24:31.776Z caller=main.go:978 level=info msg="Server is ready to receive web requests."
ts=2022-12-22T12:24:31.776Z caller=manager.go:953 level=info component="rule manager" msg="Starting rule manager..."
AlexanderZhirov commented 1 year ago

Maybe which parameter forgot to specify? Has anyone ever encountered this? Maybe I'm not being too attentive? I have already checked everything and tested it several times.

oijkn commented 1 year ago

I never had this problem before. What model is your Raspberry?

AlexanderZhirov commented 1 year ago

What model is your Raspberry?

Raspberry Pi 4B

I have all the containers raised, the logs are higher. There are no critical errors. Prometheus writes DB, files I see. But why doesn't Grafana output anything? Just empty graphs, as if it is frozen, waiting for a connection. Strange. How can I debug?

AlexanderZhirov commented 1 year ago

My config:

version: "3"
services:
  cadvisor:
    container_name: monitoring-cadvisor
    devices:
      - /dev/kmsg:/dev/kmsg
    expose:
      - 8080
    hostname: rpi-cadvisor
    image: zcube/cadvisor:latest
    ipc: shareable
    networks:
      - rpimonitor_default
    privileged: true
    restart: unless-stopped
    security_opt:
      - label=disable
    volumes:
      - /:/rootfs:ro
      - /var/run:/var/run:ro
      - /sys:/sys:ro
      - /var/lib/docker/:/var/lib/docker:ro
      - /dev/disk/:/dev/disk:ro
      - /etc/machine-id:/etc/machine-id:ro
      - /var/lib/dbus/machine-id:/var/lib/dbus/machine-id:ro

  grafana:
    container_name: monitoring-grafana
    user: "0"
    environment:
      - GF_USERS_ALLOW_SIGN_UP=false
      - GF_SECURITY_ADMIN_USER=myuser
      - GF_SECURITY_ADMIN_PASSWORD=mypass
      - GF_PATHS_CONFIG=/etc/grafana/grafana.ini
      - GF_PATHS_DATA=/var/lib/grafana
      - GF_PATHS_HOME=/usr/share/grafana
      - GF_PATHS_LOGS=/var/log/grafana
      - GF_PATHS_PLUGINS=/var/lib/grafana/plugins
      - GF_PATHS_PROVISIONING=/etc/grafana/provisioning
    hostname: rpi-grafana
    image: grafana/grafana:latest
    networks:
      - rpimonitor_default
    ports:
      - 3000:3000
    restart: unless-stopped
    volumes:
      - /root/docker/monitoring/data/grafana/grafana:/var/lib/grafana
#      - /path/to/your/grafana/grafana.ini:/etc/grafana/grafana.ini
#      - /path/to/your/grafana/provisioning:/etc/grafana/provisioning

  node-exporter:
    container_name: monitoring-node-exporter
    expose:
      - 9100
    hostname: rpi-exporter
    image: prom/node-exporter:latest
    networks:
      - rpimonitor_default
    restart: unless-stopped

  prometheus:
    command:
      - '--config.file=/etc/prometheus/prometheus.yml'
      - '--storage.tsdb.path=/prometheus'
    container_name: monitoring-prometheus
    user: "0"
    expose:
      - 9090
    hostname: rpi-prom
    image: prom/prometheus:latest
    networks:
      - rpimonitor_default
    restart: unless-stopped
    volumes:
      - /root/docker/monitoring/data/prometheus:/prometheus
      - /root/docker/monitoring/prometheus:/etc/prometheus/
    links:
      - cadvisor:cadvisor
      - node-exporter:node-exporter

networks:
  rpimonitor_default:
    external: true
AlexanderZhirov commented 1 year ago

@oijkn Maybe what parameters are incorrect in the docker-compose configuration?

Alacika commented 1 year ago

I have the same problem. Raspberry PI 4 + latest Raspbian Bullseye + latest Docker

oijkn commented 1 year ago

I'm working on new version, be a little patient :)

AlexanderZhirov commented 1 year ago

I'm working on new version, be a little patient :)

Thanks 🙂

oijkn commented 1 year ago

@AlexanderZhirov can you try my last update, check the README please.

Alacika commented 1 year ago

I have a recurring Grafana error message with the latest version:: Invalid dashboard UID in annotation request

And the "Install Dashboard from Grafana.com" not working for me, because I have 404 error.

Log: logger=live.features t=2023-01-17T08:52:51.125002573Z level=error msg="Error getting dashboard" query="{Slug: Id:0 Uid:Ss3q6hSZk OrgId:1 Result:}" error="Dashboard not found" logger=context userId=1 orgId=1 uname=admin t=2023-01-17T08:52:51.362911237Z level=error msg="Invalid dashboard UID in annotation request" error="Dashboard not found" remote_addr=172.22.0.1 traceID= logger=context userId=1 orgId=1 uname=admin t=2023-01-17T08:52:51.363799225Z level=info msg="Request Completed" method=GET path=/api/annotations status=400 remote_addr=172.22.0.1 time_ms=4 duration=4.458127ms size=70 referer="http://10.0.0.10:3000/?orgId=1&refresh=5s" handler=/api/annotations

Ss3q6hSZk UID is the problem?

Sorry for my poor English! :-)

oijkn commented 1 year ago

Your error is quite strange, I do not reproduce this problem locally. As you can see the UID is the same in the json file.

Have you tried an installation from scratch ?

Actually I can't download the dash from Grafana, here is the error message: "Too many requests. Please try again later."

Alacika commented 1 year ago

Yes, I've tried to restart from scratch several times. I also deleted all generated data.

It seems to work, but the error message keeps popping up. And the Docker Engine info is empty.

grafana

First start log:

logger=context userId=1 orgId=1 uname=admin t=2023-01-17T10:34:41.700411937Z level=info msg="Request Completed" method=GET path=/api/live/ws status=-1 remote_addr=172.23.0.1 time_ms=2 duration=2.205526ms size=0 referer= handler=/api/live/ws
logger=live t=2023-01-17T10:34:41.914232637Z level=info msg="Initialized channel handler" channel=grafana/dashboard/uid/Ss3q6hSZk address=grafana/dashboard/uid/Ss3q6hSZk
logger=live.features t=2023-01-17T10:34:41.916280388Z level=error msg="Error getting dashboard" query="{Slug: Id:0 Uid:Ss3q6hSZk OrgId:1 Result:<nil>}" error="Dashboard not found"
logger=context userId=1 orgId=1 uname=admin t=2023-01-17T10:34:42.130817856Z level=error msg="Invalid dashboard UID in annotation request" error="Dashboard not found" remote_addr=172.23.0.1 traceID=
logger=context userId=1 orgId=1 uname=admin t=2023-01-17T10:34:42.130971854Z level=info msg="Request Completed" method=GET path=/api/annotations status=400 remote_addr=172.23.0.1 time_ms=1 duration=1.75668ms size=70 referer="http://10.0.0.10:3001/?from=now-5m&orgId=1&refresh=5s&to=now" handler=/api/annotations
logger=context userId=1 orgId=1 uname=admin t=2023-01-17T10:34:46.998361626Z level=error msg="Invalid dashboard UID in annotation request" error="Dashboard not found" remote_addr=172.23.0.1 traceID=
logger=context userId=1 orgId=1 uname=admin t=2023-01-17T10:34:46.998526772Z level=info msg="Request Completed" method=GET path=/api/annotations status=400 remote_addr=172.23.0.1 time_ms=3 duration=3.361974ms size=70 referer="http://10.0.0.10:3001/?from=now-5m&orgId=1&refresh=5s&to=now" handler=/api/annotations

I'm using port 3001, but I've modified it wherever necessary.

oijkn commented 1 year ago

I don't understand what's going on with you... Here are the logs when I start Grafana for the first time :

root@pi:/data/monitoring# docker logs -f monitoring-grafana
logger=settings t=2023-01-17T11:30:50.166159726Z level=info msg="Starting Grafana" version=9.3.2 commit=21c1d14e91 branch=HEAD compiled=2022-12-14T10:40:18Z
logger=settings t=2023-01-17T11:30:50.16863562Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini
logger=settings t=2023-01-17T11:30:50.168728509Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini
logger=settings t=2023-01-17T11:30:50.168763175Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana"
logger=settings t=2023-01-17T11:30:50.169598041Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana"
logger=settings t=2023-01-17T11:30:50.16974667Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins"
logger=settings t=2023-01-17T11:30:50.169828762Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning"
logger=settings t=2023-01-17T11:30:50.169847632Z level=info msg="Config overridden from command line" arg="default.log.mode=console"
logger=settings t=2023-01-17T11:30:50.16990791Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana"
logger=settings t=2023-01-17T11:30:50.169929224Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana"
logger=settings t=2023-01-17T11:30:50.169946558Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
logger=settings t=2023-01-17T11:30:50.170030668Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
logger=settings t=2023-01-17T11:30:50.170083501Z level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_USER=admin"
logger=settings t=2023-01-17T11:30:50.17010589Z level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_PASSWORD=*********"
logger=settings t=2023-01-17T11:30:50.170192704Z level=info msg="Config overridden from Environment variable" var="GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/rpi-monitoring.json"
logger=settings t=2023-01-17T11:30:50.17022813Z level=info msg="Config overridden from Environment variable" var="GF_USERS_ALLOW_SIGN_UP=false"
logger=settings t=2023-01-17T11:30:50.17025963Z level=info msg="Path Home" path=/usr/share/grafana
logger=settings t=2023-01-17T11:30:50.170278704Z level=info msg="Path Data" path=/var/lib/grafana
logger=settings t=2023-01-17T11:30:50.170294574Z level=info msg="Path Logs" path=/var/log/grafana
logger=settings t=2023-01-17T11:30:50.170309574Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins
logger=settings t=2023-01-17T11:30:50.170325556Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning
logger=settings t=2023-01-17T11:30:50.170351296Z level=info msg="App mode production"
logger=sqlstore t=2023-01-17T11:30:50.178188791Z level=info msg="Connecting to DB" dbtype=sqlite3
logger=sqlstore t=2023-01-17T11:30:50.178852047Z level=info msg="Creating SQLite database file" path=/var/lib/grafana/grafana.db
logger=migrator t=2023-01-17T11:30:50.194410389Z level=info msg="Starting DB migrations"
[.......]
logger=provisioning.alerting t=2023-01-17T11:30:55.948537498Z level=info msg="starting to provision alerting"
logger=provisioning.alerting t=2023-01-17T11:30:55.948566849Z level=info msg="finished to provision alerting"
logger=ngalert.state.manager t=2023-01-17T11:30:55.958906701Z level=info msg="Warming state cache for startup"
logger=grafanaStorageLogger t=2023-01-17T11:30:55.960839246Z level=info msg="storage starting"
logger=http.server t=2023-01-17T11:30:55.964966594Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=http subUrl= socket=
logger=ngalert.state.manager t=2023-01-17T11:30:56.01942006Z level=info msg="State cache has been initialized" states=0 duration=60.505062ms
logger=ticker t=2023-01-17T11:30:56.019598744Z level=info msg=starting first_tick=2023-01-17T11:31:00Z
logger=ngalert.multiorg.alertmanager t=2023-01-17T11:30:56.01965117Z level=info msg="starting MultiOrg Alertmanager"
logger=sqlstore.transactions t=2023-01-17T11:30:56.197822209Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked"
logger=sqlstore.transactions t=2023-01-17T11:30:56.388109276Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked"
logger=context t=2023-01-17T11:31:01.938581687Z level=warn msg="failed to look up session from cookie" error="user token not found"
logger=context userId=0 orgId=0 uname= t=2023-01-17T11:31:01.93951183Z level=info msg="Request Completed" method=GET path=/api/live/ws status=401 remote_addr=192.168.1.12 time_ms=1 duration=1.707102ms size=27 referer= handler=/api/live/ws
logger=context userId=0 orgId=0 uname= t=2023-01-17T11:31:15.951536644Z level=info msg="Request Completed" method=GET path=/api/live/ws status=401 remote_addr=192.168.1.12 time_ms=0 duration=846.476µs size=27 referer= handler=/api/live/ws
logger=context userId=0 orgId=0 uname= t=2023-01-17T11:31:30.973058295Z level=info msg="Request Completed" method=GET path=/api/live/ws status=401 remote_addr=192.168.1.12 time_ms=1 duration=1.117568ms size=27 referer= handler=/api/live/ws
Alacika commented 1 year ago

@oijkn I started from scratch, I redid all my modifications. Now it's perfect! Sorry, I missed the setting somewhere earlier!

oijkn commented 1 year ago

@AlexanderZhirov I'm really sorry I deleted your last message by mistake, excuse me.

AlexanderZhirov commented 1 year ago

@oijkn Everything is fine. I will write to you soon about testing when I check it at home.

AlexanderZhirov commented 1 year ago

When I start, I get this:

$ docker-compose up -d node-exporter
Creating network "monitoring_internal" with driver "bridge"
Pulling node-exporter (prom/node-exporter:latest)...
latest: Pulling from prom/node-exporter
15a8001affa7: Pull complete
0ae1023ba014: Pull complete
ca99d81cd0d1: Pull complete
Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c
Status: Downloaded newer image for prom/node-exporter:latest
Creating monitoring-node-exporter ... error

ERROR: for monitoring-node-exporter  Cannot start service node-exporter: path / is mounted on / but it is not a shared or slave mount

ERROR: for node-exporter  Cannot start service node-exporter: path / is mounted on / but it is not a shared or slave mount
ERROR: Encountered errors while bringing up the project.

Arguments in quotation marks didn't help either. Here is the build data:

raspberry:~/docker/monitoring# uname -a
Linux raspberry 5.15.88-0-rpi4 #1-Alpine SMP PREEMPT Mon Jan 16 17:11:54 UTC 2023 aarch64 Linux
raspberry:~/docker/monitoring# docker --version
Docker version 20.10.21, build baeda1f82a10204ec5708d5fbba130ad76cfee49
raspberry:~/docker/monitoring# docker-compose --version
docker-compose version 1.29.2, build unknown

Portainer says:

изображение изображение

I don't understand...

oijkn commented 1 year ago

@AlexanderZhirov can you test this : https://ixday.github.io/post/shared_mount/?

AlexanderZhirov commented 1 year ago

@oijkn Yes, everything is working fine now! This method helped to fix the problem. Thank you very much!!! 😌

изображение