Showing
1 changed file
with
1 additions
and
1 deletions
@@ -22,7 +22,7 @@ public class BandwidthMapperImpl implements BandwidthMapper { | @@ -22,7 +22,7 @@ public class BandwidthMapperImpl implements BandwidthMapper { | ||
22 | Point point = Point.measurement("qq_bandwidth_monitor") | 22 | Point point = Point.measurement("qq_bandwidth_monitor") |
23 | .addField("intraffic", intraffic) | 23 | .addField("intraffic", intraffic) |
24 | .addField("outtraffic",outtraffic) | 24 | .addField("outtraffic",outtraffic) |
25 | - .tag("cloud","qq") | 25 | + // .tag("cloud","qq") |
26 | .build(); | 26 | .build(); |
27 | 27 | ||
28 | influxDataReporter.report(InfluxDBContants.Q_CLOUD,InfluxDBContants.MONITOR_SYSTEM,point); | 28 | influxDataReporter.report(InfluxDBContants.Q_CLOUD,InfluxDBContants.MONITOR_SYSTEM,point); |
-
Please register or login to post a comment