You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,28 @@
2
2
3
3
## 5.0.0 (2022-06-30)
4
4
5
+
### Important: Upgrade instructions
6
+
Due to a breaking change (see section below), the following instructions are required before upgrading to grafana-pcp v5:
7
+
* Go to Configuration -> Data sources and delete any PCP Redis, PCP Vector or PCP bpftrace data sources
8
+
* Go to Configuration -> Plugins, select the Performance Co-Pilot app and click the Disable button
9
+
* Go to Dashboards -> Browse and delete any remaining dashboards installed by grafana-pcp
10
+
* If you installed grafana-pcp through the RPM package, open the `/etc/grafana/grafana.ini` configuration file and update the following setting: `allow_loading_unsigned_plugins = performancecopilot-pcp-app,performancecopilot-redis-datasource,performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel`
11
+
* Perform the upgrade to grafana-pcp v5
12
+
* Enable the plugin, setup all data sources and import all dashboards again
13
+
* If you have custom dashboards, update all panels with the correct data source
14
+
15
+
### Enhancements / Bug Fixes
16
+
-**all**: rename plugin IDs from `pcp-*-*` to `performancecopilot-*-*`
5
17
-**all**: remove `window.setGrafanaPcpLogLevel()` debug function
6
18
-**chore**: remove deprecated `dependencies.grafanaVersion` field from plugin metadata
7
19
20
+
### Breaking Changes
21
+
- the internal plugin IDs of the data source and panel plugins were renamed from `pcp-X-Y` to `performancecopilot-X-Y`, for example `pcp-redis-datasource` was renamed to `performancecopilot-redis-datasource` in order to conform to the Grafana plugin id naming conventions
22
+
23
+
8
24
## 4.0.0 (2022-06-29)
9
25
10
26
### Enhancements / Bug Fixes
11
-
12
27
-**redis, vector**: add buttons to disable rate conversation and time utilization conversation
13
28
-**redis**: use LRU cache for series metadata
14
29
-**redis**: fix label_names() function to return all label names if no parameter is specified (now the label name auto-completion in the query editor works again)
0 commit comments