We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e92b08 commit 1c907aeCopy full SHA for 1c907ae
federator/influxdb/influxdb.go
@@ -76,8 +76,8 @@ const (
76
upstreamServiceAddressTag = "upstream_address"
77
upstreamServicePortTag = "upstream_port"
78
79
- downstreamServiceHostgroupTag = "upstream_service"
80
- downstreamServiceAddressTag = "upstream_address"
+ downstreamServiceHostgroupTag = "downstream_service"
+ downstreamServiceAddressTag = "downstream_address"
81
82
protocolTag = "protocol"
83
0 commit comments