This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ This is not an officially supported Google product.
1616
1717## Quickstart
1818
19- Please refer to [ ` examples/grpc/ ` ] ( examples/grpc/README.md ) for an example RPC
19+ Please refer to [ ` examples/helloworld/ ` ] ( examples/helloworld ) for an example of
20+ instrumentation with OpenCensus.
21+
22+ Please refer to [ ` examples/grpc/ ` ] ( examples/grpc ) for an example RPC
2023server that integrates gRPC, Stackdriver, and Prometheus.
2124
2225Please refer to
@@ -30,6 +33,10 @@ for stats.
3033* [ ` opencensus/ ` ] ( opencensus ) prefix to get ` #include ` paths like ` opencensus/trace/span.h `
3134 * [ ` common/ ` ] ( opencensus/common ) - Provides common libraries and components for OpenCensus.
3235 * [ ` doc/ ` ] ( opencensus/doc ) - Documentation for our APIs, coding style, etc.
36+ * [ ` exporters/ ` ] ( opencensus/exporters ) - Exporters send stats and traces to
37+ monitoring services.
38+ * [ ` plugins/ ` ] ( opencensus/plugins ) - Plugins add OpenCensus instrumentation to
39+ frameworks.
3340 * [ ` stats/ ` ] ( opencensus/stats ) - OpenCensus stats API.
3441 * [ ` trace/ ` ] ( opencensus/trace ) - OpenCensus tracing API.
3542
You can’t perform that action at this time.
0 commit comments