mrproliu commented on a change in pull request #4972: URL: https://github.com/apache/skywalking/pull/4972#discussion_r456847684
########## File path: docs/en/setup/backend/backend-meter.md ########## @@ -0,0 +1,77 @@ +# Meter Receiver +Meter receiver is accepting the metrics of [meter protocol](https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/Meter.proto) format into the [Meter System](./../../concepts-and-designs/meter.md). + +## Module define +receiver-meter: + selector: ${SW_RECEIVER_METER:default} + default: + +## Configuration file +Meter receiver is configured via a configuration file. The configuration file defines everything related to receiving + from agents, as well as which rule files to load. + +OAP can load the configuration at bootstrap. If the new configuration is not well-formed, OAP fails to start up. The files +are located at `$CLASSPATH/meter-receive-config`. + +The file is written in YAML format, defined by the scheme described below. Brackets indicate that a parameter is optional. + +A example can be found [here](../../../../oap-server/server-bootstrap/src/main/resources/meter-receive-config/meter-receive-config.yaml) Review comment: Rename to the `spring.yaml`, support moniting on the spring application. ---------------------------------------------------------------- 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]
