liubao68 commented on a change in pull request #113: [SCB-1470] adjust content position of metrics doc URL: https://github.com/apache/servicecomb-docs/pull/113#discussion_r369882145
########## File path: java-chassis-reference/en_US/general-development/metrics.md ########## @@ -10,7 +10,177 @@ 3. Publisher: Output statistics, built-in log output, and output via RESTful interface 4. Metrics-prometheus provides the ability to interface with prometheus -# Second, the summary of statistical items +# Second, how to use. + +### 1.Maven dependence. + +``` +<dependency> + <groupId>org.apache.servicecomb</groupId> + <artifactId>metrics-core</artifactId> + <version>1.2.0</version> Review comment: delete version is better. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
