mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #219] feat: support opentelemetry #217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-sandbox/pull/219
Author: @fatelei
Created: 1/26/2026
Status: 🔄 Open
Base:
main← Head:opentelemetry📝 Commits (1)
af12ff5feat: support opentelemetry📊 Changes
17 files changed (+444 additions, -54 deletions)
View changed files
📝
conf/config.yaml(+15 -0)📝
go.mod(+20 -2)📝
go.sum(+59 -9)📝
internal/controller/run.go(+3 -3)📝
internal/core/runner/nodejs/nodejs.go(+21 -6)📝
internal/core/runner/python/python.go(+16 -0)➕
internal/middleware/identity.go(+44 -0)📝
internal/middleware/trace.go(+9 -23)➕
internal/middleware/trace_compat.go(+10 -0)📝
internal/server/server.go(+26 -2)📝
internal/service/nodejs.go(+20 -3)📝
internal/service/python.go(+22 -5)📝
internal/static/config.go(+13 -0)➕
internal/telemetry/otel.go(+110 -0)➕
internal/telemetry/propagate.go(+24 -0)📝
internal/types/config.go(+17 -1)📝
tests/integration_tests/conf/config.yaml(+15 -0)📄 Description
fix #218
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.