temporal_v2: setup OTEL exporter (#4162)

This commit is contained in:
Shuchang Zheng
2025-12-02 09:07:57 -08:00
committed by GitHub
parent 6b006de008
commit f2f6c13fb7
2 changed files with 2407 additions and 2327 deletions

View File

@@ -72,9 +72,11 @@ dependencies = [
cloud = [ cloud = [
"ddtrace>=2.3.2,<3", "ddtrace>=2.3.2,<3",
"stripe>=9.7.0,<10", "stripe>=9.7.0,<10",
"temporalio[opentelemetry]>=1.6.0,<2",
"temporalio>=1.6.0,<2", "temporalio>=1.6.0,<2",
"dramatiq[asyncio]>=1.18.0,<2", "dramatiq[asyncio]>=1.18.0,<2",
"redis>=5.0.3,<6", "redis>=5.0.3,<6",
"opentelemetry-exporter-otlp-proto-grpc>=1.38.0,<2",
] ]
dev = [ dev = [
"isort>=5.13.2", "isort>=5.13.2",
@@ -195,9 +197,9 @@ skyvern = "skyvern.cli.commands:cli_app"
norecursedirs = ["eval"] norecursedirs = ["eval"]
[tool.codeflash] [tool.codeflash]
# All paths are relative to this pyproject.toml's directory. # All paths are relative to this pyproject.toml's directory.
module-root = "skyvern" module-root = "skyvern"
tests-root = "codeflash-tests" tests-root = "codeflash-tests"
test-framework = "pytest" test-framework = "pytest"
ignore-paths = ["skyvern/client"] ignore-paths = ["skyvern/client"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"] formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]

4722
uv.lock generated

File diff suppressed because it is too large Load Diff