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

Commit

Permalink
Note that custom instrumentation is optional (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll authored Mar 20, 2018
1 parent 7b6adb7 commit 854eae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ you to instrument your services and collect diagnostics data all
through your services end-to-end.

Start with instrumenting HTTP and gRPC clients and servers,
then add additional custom instrumentation.
then add additional custom instrumentation if needed.

* [HTTP guide](https://github.com/census-instrumentation/opencensus-go/tree/master/examples/http)
* [gRPC guide](https://github.com/census-instrumentation/opencensus-go/tree/master/examples/grpc)
Expand Down
4 changes: 2 additions & 2 deletions internal/readme/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ you to instrument your services and collect diagnostics data all
through your services end-to-end.

Start with instrumenting HTTP and gRPC clients and servers,
then add additional custom instrumentation.
then add additional custom instrumentation if needed.

* [HTTP guide](https://github.com/census-instrumentation/opencensus-go/tree/master/examples/http)
* [gRPC guide](https://github.com/census-instrumentation/opencensus-go/tree/master/examples/grpc)
Expand Down Expand Up @@ -138,4 +138,4 @@ A screenshot of the CPU profile from the program above:
[exporter-stackdriver]: https://godoc.org/go.opencensus.io/exporter/stackdriver
[exporter-zipkin]: https://godoc.org/go.opencensus.io/exporter/zipkin
[exporter-jaeger]: https://godoc.org/go.opencensus.io/exporter/jaeger
[exporter-xray]: https://godoc.org/go.opencensus.io/exporter/xray
[exporter-xray]: https://github.com/census-instrumentation/opencensus-go-exporter-aws

0 comments on commit 854eae0

Please sign in to comment.