Skip to content

Commit

Permalink
chore(*): Revert "fix: update otel version to match Kong Gateway vers…
Browse files Browse the repository at this point in the history
…ion" (#13324)

This reverts commit 1afd6c6.

The reason is that this still causes https://konghq.atlassian.net/browse/KAG-1410
we'll probably want to wait for the next major before syncing this with
EE's version again.
  • Loading branch information
samugi authored Jul 2, 2024
1 parent 1afd6c6 commit 25bcc8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kong/plugins/opentelemetry/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 @@ -25,7 +24,7 @@ local _log_prefix = "[otel] "


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

Expand Down

1 comment on commit 25bcc8e

@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:25bcc8e77094e810ddb64142c34aca58d2c87f67
Artifacts available https://github.com/Kong/kong/actions/runs/9761334234

Please sign in to comment.