Skip to content

Commit

Permalink
chore: adds basic description and link to github (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
sympatheticmoose authored Feb 27, 2024
1 parent c4af356 commit e7059d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"executable": "gpx_opensearch-datasource",
"info": {
"description": "",
"description": "Query OpenSearch to visualize logs or metrics.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
Expand All @@ -21,7 +21,12 @@
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [],
"links": [
{
"name": "Github",
"url": "https://github.com/grafana/opensearch-datasource"
}
],
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
Expand Down

0 comments on commit e7059d0

Please sign in to comment.