diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-04 13:17:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-04 15:15:35 +0700 |
| commit | 11f3127581d8279c8dcec1ae92c653b41fd0fdb8 (patch) | |
| tree | fc38ff0536193fa2e7cd02f86f38b3ac00641f10 | |
| parent | 536cbbc21906ab96032e5bdaf2fe443a55691b2e (diff) | |
| download | haminer-11f3127581d8279c8dcec1ae92c653b41fd0fdb8.tar.xz | |
influxdb: change "http_status_code" in tag to "tag_http_status"
| -rw-r--r-- | influxdb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/influxdb.go b/influxdb.go index 8952007..12fde6c 100644 --- a/influxdb.go +++ b/influxdb.go @@ -19,7 +19,7 @@ const ( // tags "host=%q," + "frontend=%q,backend=%q,server=%q," + - "http_status_code=%d,tag_http_url=%s" + + "tag_http_status=%d,tag_http_url=%s" + " " + // fields "http_proto=%q,http_method=%q,http_url=%q," + |
