Hi,
I just made a fresh install of pmm2 on docker, using pmm-server:2 image. When I then log in to grafana, most panels have error messages such as
“Panel plugin not found: digiapulssi-breadcrumb-panel”, “Panel plugin not found: pmm-update-panel”. I havent changed any other configuration, nor added clients.
OS: Ubuntu 18.04
Image: percona/pmm-server:2
Install command:
docker run -d
-p 10.0.0.2:5555:443
–volumes-from pmm-data
–name pmm-server
–restart always
-e METRICS_RESOLUTION=5s
-e METRICS_RETENTION=720h
-e QUERIES_RETENTION=30
-e DISABLE_TELEMETRY=true
percona/pmm-server:2