hanahmily commented on a change in pull request #5029:
URL: https://github.com/apache/skywalking/pull/5029#discussion_r449830362
##########
File path: docs/en/setup/backend/backend-receivers.md
##########
@@ -109,4 +110,21 @@ receiver_jaeger:
gRPCPort: ${SW_RECEIVER_JAEGER_PORT:14250}
```
-NOTICE, Jaeger receiver is only provided in
`apache-skywalking-apm-x.y.z.tar.gz` tar.
\ No newline at end of file
+NOTICE, Jaeger receiver is only provided in
`apache-skywalking-apm-x.y.z.tar.gz` tar.
+
+## Opencensus receiver
+
+Opencensus receiver supports to ingest agent metrics by meter-system. 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/oc-rules`.
Review comment:
Make sense to me. Let me implement it in another PR. I touched too many
files in this one.
and I also want to introduce the `configuration` model to support dynamic
rules update.
----------------------------------------------------------------
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]