Skip to content

Commit 8e72be6

Browse files
committed
update files based on the review feedback
1 parent 2c7f537 commit 8e72be6

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ This project follows
2525

2626
## Contribution process
2727

28+
### Download
29+
30+
Download this plugin to the machine Grafana is running on, either using `git clone` or simply downloading it as a ZIP file. For the purpose of this guide, we'll assume the user "alice" has downloaded it into their local directory "/Users/alice/grafana/". If you are running the Grafana server using a user such as `grafana`, make sure the user has access to the directory.
31+
2832
### Build the plugin
2933

3034
If you download the source, you need to build the plugin. Make sure you have all the prerequisites installed and configured:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ which allows users to query and visualize their Google Cloud logs in Grafana.
77

88
## Setup
99

10-
### Download
11-
12-
Download this plugin to the machine Grafana is running on, either using `git clone` or simply downloading it as a ZIP file. For the purpose of this guide, we'll assume the user "alice" has downloaded it into their local directory "/Users/alice/grafana/". If you are running the Grafana server using a user such as `grafana`, make sure the user has access to the directory.
13-
1410
### Enable Cloud Resource Manager API
1511

1612
You need to enable the resource manager API. Otherwise, your cloud projects will not be displayed in the dropdown menu.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"author": "Google Inc.",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"@grafana/data": "^9.0.2",
17-
"@grafana/runtime": "^9.0.2",
18-
"@grafana/toolkit": "^9.0.2",
19-
"@grafana/ui": "^9.0.2",
2016
"@types/lodash": "latest"
2117
},
2218
"resolutions": {

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"updated": "%TODAY%"
4141
},
4242
"dependencies": {
43-
"grafanaDependency": ">=8.0.0",
43+
"grafanaDependency": ">=8.5.0",
4444
"plugins": []
4545
}
4646
}

0 commit comments

Comments
 (0)