Skip to content

Commit af8bdc0

Browse files
authored
Merge pull request #17 from grafana/bohandley/add-amazon-image
Bohandley/add amazon image
2 parents 3ab084f + 63f8073 commit af8bdc0

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Prometheus Data Source - Native Plugin
1+
# Prometheus Amazon Data Source
22

3-
Grafana ships with **built in** support for Prometheus, the open-source service monitoring system and time series database.
3+
Amazon Managed Service for Prometheus is a Prometheus-compatible service that monitors and provides alerts on containerized applications and infrastructure at scale.
44

55
Read more about it here:
66

7-
[http://docs.grafana.org/datasources/prometheus/](http://docs.grafana.org/datasources/prometheus/)
7+
[https://aws.amazon.com/prometheus/](https://aws.amazon.com/prometheus/)

src/img/prometheus_amazon.svg

Lines changed: 18 additions & 0 deletions
Loading

src/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"minInterval": true
8383
},
8484
"info": {
85-
"version": "%VERSION%",
85+
"version": "0.0.0",
8686
"updated": "%TODAY%",
8787
"keywords": [
8888
"datasource"
@@ -93,8 +93,8 @@
9393
"url": "https://grafana.com"
9494
},
9595
"logos": {
96-
"small": "img/prometheus_logo.svg",
97-
"large": "img/prometheus_logo.svg"
96+
"small": "img/prometheus_amazon.svg",
97+
"large": "img/prometheus_amazon.svg"
9898
},
9999
"links": [
100100
{

0 commit comments

Comments
 (0)