Skip to content

Commit

Permalink
doc: modify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Nov 2, 2018
1 parent 937c888 commit e2c1d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ export interface Config {
* are available:
* 'default' -- Trace context will be propagated for incoming requests that
* contain the context header. A new trace will be created for requests
* without trace context headers.
* without trace context headers. All traces are still subject to local
* sampling and url filter policies.
* 'require' -- Same as default, but traces won't be created for requests
* without trace context headers. This should not be set for end user-facing
* services, as this header is usually set by other traced services rather
Expand Down

0 comments on commit e2c1d34

Please sign in to comment.