CloudWatch proxy support

This commit is contained in:
Mitsuhiro Tanda
2015-08-13 21:20:47 +09:00
parent 1c6b7203cc
commit 00f76ecaf6
5 changed files with 165 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ const (
DS_INFLUXDB_08 = "influxdb_08"
DS_ES = "elasticsearch"
DS_OPENTSDB = "opentsdb"
DS_CLOUDWATCH = "cloudwatch"
DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy"
)