Skip to content

Commit

Permalink
fix: update otel version to match Kong Gateway version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefero committed Jul 1, 2024
1 parent 4bd17e1 commit 3aa8a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kong/plugins/opentelemetry/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local clone = require "table.clone"
local otlp = require "kong.plugins.opentelemetry.otlp"
local propagation = require "kong.tracing.propagation"
local tracing_context = require "kong.tracing.tracing_context"
local kong_meta = require "kong.meta"


local ngx = ngx
Expand All @@ -24,7 +25,7 @@ local _log_prefix = "[otel] "


local OpenTelemetryHandler = {
VERSION = "0.1.0",
VERSION = kong_meta.version,
PRIORITY = 14,
}

Expand Down

0 comments on commit 3aa8a12

Please sign in to comment.