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

Commit

Permalink
kong/plugins/zipkin/{handler,opentracing}.lua: Use 'scm' version for …
Browse files Browse the repository at this point in the history
…git HEAD
  • Loading branch information
james-callahan committed Jul 6, 2018
1 parent ae10d44 commit 170d89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local OpenTracingHandler = require "kong.plugins.zipkin.opentracing"

-- Zipkin plugin derives from general opentracing one
local ZipkinLogHandler = OpenTracingHandler:extend()
ZipkinLogHandler.VERSION = "0.0.2"
ZipkinLogHandler.VERSION = "scm"

function ZipkinLogHandler:new_tracer(conf)
local tracer = new_tracer(new_zipkin_reporter(conf), new_random_sampler(conf))
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/opentracing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local BasePlugin = require "kong.plugins.base_plugin"
local ngx_set_header = ngx.req.set_header

local OpenTracingHandler = BasePlugin:extend()
OpenTracingHandler.VERSION = "0.0.2"
OpenTracingHandler.VERSION = "scm"

-- We want to run first so that timestamps taken are at start of the phase
-- also so that other plugins might be able to use our structures
Expand Down

0 comments on commit 170d89f

Please sign in to comment.