Authored by htoooth

fix

... ... @@ -42,14 +42,14 @@ module.exports = {
reportApi: {
host: 'influxd.yoho.cn',
db: 'web-apm',
measurement: 'api1-info',
measurement: 'api-info',
duration: 2000,
records: 1
},
reportRoute: {
host: 'influxd.yoho.cn',
db: 'web-apm',
measurement: 'route1-info',
measurement: 'route-info',
duration: 2000,
records: 1
},
... ... @@ -79,7 +79,7 @@ if (isProduction) {
host: '10.66.0.139',
port: 8086,
db: 'web-apm',
measurement: 'api1-info',
measurement: 'api-info',
duration: 2000,
records: 10
},
... ... @@ -87,7 +87,7 @@ if (isProduction) {
host: '10.66.0.139',
port: 8086,
db: 'web-apm',
measurement: 'route1-info',
measurement: 'route-info',
duration: 2000,
records: 10
},
... ...