Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(zipkin) restrict run_on to all
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Nov 13, 2018
1 parent ee68e53 commit 7d6da5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/zipkin/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
{ config = {
type = "record",
fields = {
{ run_on = typedefs.run_on { default = "all", one_of = { "all" } } },
{ http_endpoint = typedefs.url{ required = true } },
{ sample_ratio = { type = "number",
default = 0.001,
Expand Down

0 comments on commit 7d6da5f

Please sign in to comment.