Skip to content

Commit

Permalink
docs(zipkin) add default_service_name configuration parameter to do…
Browse files Browse the repository at this point in the history
…cs (#1451)

The default service name can be used to override the
unknown-service-name spans.
  • Loading branch information
bungle authored and levfishbluefish committed Sep 12, 2019
1 parent 0669855 commit 7c44dce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/_hub/kong-inc/zipkin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ 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: default_service_name
required: false
description: |
The default service name to override the unknown-service-name spans.
- name: include_credential
required: true
default: true
Expand Down

0 comments on commit 7c44dce

Please sign in to comment.