Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 500a70d

Browse files
authored
README: Add helloworld and dirs under opencensus. (#97)
1 parent 02f430f commit 500a70d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2023
server that integrates gRPC, Stackdriver, and Prometheus.
2124

2225
Please 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

0 commit comments

Comments
 (0)