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 authored and hanshuebner committed Jul 2, 2024
1 parent 4bd17e1 commit 1afd6c6
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

1 comment on commit 1afd6c6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:1afd6c637a98bf9567dd7e829a6c8d8c6d5c734a
Artifacts available https://github.com/Kong/kong/actions/runs/9756305570

Please sign in to comment.