Index: common/tsmon/config.go |
diff --git a/common/tsmon/config.go b/common/tsmon/config.go |
index 17ac80a466095f04f0211af9dc29601e5404f013..749b9d21031f8cb38ef9750adf3e0c1101f98fa9 100644 |
--- a/common/tsmon/config.go |
+++ b/common/tsmon/config.go |
@@ -15,6 +15,8 @@ type config struct { |
Endpoint string `json:"endpoint"` |
Credentials string `json:"credentials"` |
AutoGenHostname bool `json:"autogen_hostname"` |
+ Hostname string `json:"hostname"` |
+ Region string `json:"region"` |
} |
// loadConfig loads a tsmon JSON config from a file. |