Skip to content

Commit

Permalink
docs(zipkin) add docs for include_credential config option
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Jul 24, 2019
1 parent 74d84b0 commit b5de712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/_hub/kong-inc/zipkin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ params:
description: |
How often to sample requests that do not contain trace ids.
Set to `0` to turn sampling off, or to `1` to sample **all** requests.
- name: include_credential
required: true
default: true
value_in_examples: true
description: |
Should the credential of the currently authenticated consumer be included in metadata sent to the Zipkin server?
---

Expand Down

0 comments on commit b5de712

Please sign in to comment.