Skip to content

Commit 963138c

Browse files
author
nserrino
authored
Update Pixie plugin ID to match Grafana naming conventions. (#11)
1 parent b516438 commit 963138c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This plugin allows Grafana users to use Pixie as a datasource in their Grafana d
1212

1313
Grafana comes with a command line tool that can be used to install plugins.
1414

15-
1. Run this command: `grafana-cli plugins install pixie-datasource`
15+
1. Run this command: `grafana-cli plugins install pixie-pixie-datasource`
1616
2. Restart the Grafana server.
1717
3. With Grafana open, from the left vertical menu choose "Configuration" > "Data Sources." Select the "Add data source" button. Search for "Pixie Grafana Datasource Plugin" and press the "Select" button. The Pixie Plugin requires a Pixie API Key and Cluster ID to execute queries. To create an API Key, follow the directions [here](https://docs.pixielabs.ai/using-pixie/api-quick-start/#get-an-api-token). To find your cluster's ID, follow the directions [here](https://docs.pixielabs.ai/using-pixie/api-quick-start/#get-a-cluster-id). Finally, select the "Save & Test" button.
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pixie-datasource",
2+
"name": "pixie-pixie-datasource",
33
"version": "0.0.1",
44
"description": "Pixie's Grafana Datasource Plugin",
55
"scripts": {

src/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "Pixie Grafana Datasource Plugin",
5-
"id": "pixie-datasource",
5+
"id": "pixie-pixie-datasource",
66
"metrics": true,
77
"backend": true,
8-
"executable": "gpx-pixie-datasource-plugin",
8+
"executable": "gpx-pixie-pixie-datasource-plugin",
99
"info": {
1010
"description": "Pixie's Grafana Datasource Plugin",
1111
"author": {

0 commit comments

Comments
 (0)