Skip to content

Commit

Permalink
Update link to config file in docs (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxArturo authored and kjin committed Aug 2, 2019
1 parent 7f5238a commit 327032c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/trace-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Some functions above accept a `TraceOptions` object, which has the following fie

* `Tracer#enhancedDatabaseReportingEnabled()`
* Returns `boolean`
* Returns whether the trace agent was started with an enhanced level of reporting. See the [configuration][config-js] object definition for more details.
* Returns whether the trace agent was started with an enhanced level of reporting. See the [configuration][config-ts] object definition for more details.

## Cross-Service Trace Contexts

Expand Down Expand Up @@ -111,7 +111,7 @@ These functions help provide context propagation for root spans. Context should
* `emitter`: `EventEmitter`
* Binds any event handlers subsequently attached to the given event emitter to the current context.

[config-js]: https://github.com/googleapis/cloud-trace-nodejs/blob/master/config.js
[config-ts]: https://github.com/googleapis/cloud-trace-nodejs/blob/master/src/config.ts
[stackdriver-trace-faq]: https://cloud.google.com/trace/docs/faq
[stackdriver-trace-span]: https://cloud.google.com/trace/api/reference/rest/v1/projects.traces#TraceSpan
[dapper-paper]: https://research.google.com/pubs/pub36356.html

0 comments on commit 327032c

Please sign in to comment.