Showing
1 changed file
with
2 additions
and
1 deletions
@@ -82,7 +82,8 @@ if (isProduction) { | @@ -82,7 +82,8 @@ if (isProduction) { | ||
82 | }, | 82 | }, |
83 | reportRoute: { | 83 | reportRoute: { |
84 | host: '10.66.0.139', | 84 | host: '10.66.0.139', |
85 | - db: '8086', | 85 | + port: 8086, |
86 | + db: 'web-apm', | ||
86 | measurement: 'route-info', | 87 | measurement: 'route-info', |
87 | duration: 2000, | 88 | duration: 2000, |
88 | records: 10 | 89 | records: 10 |
-
Please register or login to post a comment