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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Due to a breaking change (see section below), the following instructions are req
16
16
-**all**: rename plugin IDs from `pcp-*-*` to `performancecopilot-*-*`
17
17
-**all**: remove `window.setGrafanaPcpLogLevel()` debug function
18
18
-**chore**: remove deprecated `dependencies.grafanaVersion` field from plugin metadata
19
+
-**docs**: update spelling of datasource to data source
19
20
20
21
### Breaking Changes
21
22
- 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
Copy file name to clipboardExpand all lines: NOTICE
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Copyright (c) 2019 Netflix
3
3
Copyright (c) 2019-2021 Grafana Labs
4
4
Copyright (c) 2019-2021 Red Hat
5
5
6
-
Thanks to Jason Koch for the initial pcp-live datasource implementation and the host overview dashboard.
7
-
The Linux BPF Pony (used for the bpftrace datasource) was created by Deirdré Straughan using General Zoi's pony creator.
6
+
Thanks to Jason Koch for the initial pcp-live data source implementation and the host overview dashboard.
7
+
The Linux BPF Pony (used for the bpftrace data source) was created by Deirdré Straughan using General Zoi's pony creator.
8
8
The flamegraph panel uses d3-flame-graph, Copyright (c) 2018 Martin Spier.
9
9
The bpftrace documentation follows the [Reference Guide](https://github.com/iovisor/bpftrace/blob/master/docs/reference_guide.md), written by bpftrace community contributors.
Copy file name to clipboardExpand all lines: docs/architecture.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Dashboards
22
22
Performance Co-Pilot metrics can be analyzed with Grafana dashboards, using the **grafana-pcp** plugin.
23
23
There are two modes available:
24
24
25
-
* historical metrics across multiple hosts using the :doc:`datasources/redis` datasource
26
-
* live, on-host metrics using the :doc:`datasources/vector` datasource
25
+
* historical metrics across multiple hosts using the :doc:`datasources/redis` data source
26
+
* live, on-host metrics using the :doc:`datasources/vector` data source
27
27
28
-
The :doc:`datasources/redis` datasource sends :ref:`pmseries <pmseries-query-language>` queries to **pmproxy**, which in turn queries the redis database for metrics.
29
-
The :doc:`datasources/vector` datasource connects to **pmproxy**, which in turn requests live metrics directly from a local or remote **PMCD**.
28
+
The :doc:`datasources/redis` data source sends :ref:`pmseries <pmseries-query-language>` queries to **pmproxy**, which in turn queries the redis database for metrics.
29
+
The :doc:`datasources/vector` data source connects to **pmproxy**, which in turn requests live metrics directly from a local or remote **PMCD**.
30
30
In this case, metrics are stored temporarily in the browser, and metric values are lost when the browser tab is refreshed.
31
-
The :doc:`PCP Redis datasource<datasources/redis>` is required for persistence.
31
+
The :doc:`PCP Redis data source<datasources/redis>` is required for persistence.
Copy file name to clipboardExpand all lines: docs/guides/containers.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ grafana-pcp includes the following (optional) dashboards:
9
9
* PCP Vector: Container Overview (CGroups v1)
10
10
* PCP Vector: Container Overview (CGroups v2)
11
11
12
-
You can import the corresponding dashboard on the :doc:`../datasources/vector` datasource settings page.
12
+
You can import the corresponding dashboard on the :doc:`../datasources/vector` data source settings page.
13
13
14
14
.. note::
15
15
grafana-pcp before version 3.0.0 includes a single dashboard called **PCP Vector: Container Overview** which supports CGroups v1 only and is installed by default (i.e. no import is required).
0 commit comments