Skip to content

Commit 280e7bb

Browse files
committed
Merge branch 'master' of github.com:grafana/grafana
2 parents 03551a5 + 392cb2a commit 280e7bb

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# 3.0.3 Patch release (unreleased)
99
* **Time picker**: Fixed issue timepicker and UTC when reading time from URL, fixes [#5078](https://github.com/grafana/grafana/issues/5078)
10+
* **CloudWatch**: Support for Multiple Account by AssumeRole, closes [#3522](https://github.com/grafana/grafana/issues/3522)
1011

1112
# 3.0.2 Patch release (2016-05-16)
1213

docker/blocks/graphite/fig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ graphite:
88
- /etc/localtime:/etc/localtime:ro
99
- /etc/timezone:/etc/timezone:ro
1010

11-
fake-data-gen:
11+
fake-graphite-data:
1212
image: grafana/fake-data-gen
1313
net: bridge
1414
environment:

docker/blocks/influxdb/fig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ influxdb:
55
- "8083:8083"
66
- "8086:8086"
77

8-
fake-data-gen:
8+
fake-influxdb-data:
99
image: grafana/fake-data-gen
1010
net: bridge
1111
environment:

docker/blocks/opentsdb/fig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opentsdb:
33
ports:
44
- "4242:4242"
55

6-
fake-data-gen:
6+
fake-opentsdb-data:
77
image: grafana/fake-data-gen
88
net: bridge
99
environment:

docker/blocks/prometheus/fig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prometheus:
66
volumes:
77
- /var/docker/prometheus:/prometheus-data
88

9-
fake-data-gen:
9+
fake-prometheus-data:
1010
image: grafana/fake-data-gen
1111
net: bridge
1212
ports:

docs/sources/datasources/cloudwatch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Name | The data source name, important that this is the same as in Grafana v1.x
2626
Default | Default data source means that it will be pre-selected for new panels.
2727
Credentials profile name | Specify the name of the profile to use (if you use `~/aws/credentials` file), leave blank for default. This option was introduced in Grafana 2.5.1
2828
Default Region | Used in query editor to set region (can be changed on per query basis)
29+
Custom Metrics namespace | Specify the CloudWatch namespace of Custom metrics
30+
Assume Role Arn | Specify the ARN of the role to assume
2931

3032
## Authentication
3133

0 commit comments

Comments
 (0)