Skip to content

Commit

Permalink
Update Pixie plugin ID to match Grafana naming conventions. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nserrino authored May 19, 2021
1 parent b516438 commit 963138c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin allows Grafana users to use Pixie as a datasource in their Grafana d

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

1. Run this command: `grafana-cli plugins install pixie-datasource`
1. Run this command: `grafana-cli plugins install pixie-pixie-datasource`
2. Restart the Grafana server.
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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pixie-datasource",
"name": "pixie-pixie-datasource",
"version": "0.0.1",
"description": "Pixie's Grafana Datasource Plugin",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Pixie Grafana Datasource Plugin",
"id": "pixie-datasource",
"id": "pixie-pixie-datasource",
"metrics": true,
"backend": true,
"executable": "gpx-pixie-datasource-plugin",
"executable": "gpx-pixie-pixie-datasource-plugin",
"info": {
"description": "Pixie's Grafana Datasource Plugin",
"author": {
Expand Down

0 comments on commit 963138c

Please sign in to comment.