Skip to content

Commit 0ce9e84

Browse files
committed
Add system metrics
1 parent e7108da commit 0ce9e84

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"opentelemetry-instrumentation-asgi[instruments]",
1313
"opentelemetry-instrumentation-fastapi[instruments]",
1414
"opentelemetry-instrumentation-httpx[instruments]",
15+
"opentelemetry-instrumentation-system-metrics",
1516
"opentelemetry-instrumentation-urllib",
1617
"opentelemetry-instrumentation-urllib3[instruments]",
1718
"opentelemetry-util-http",
@@ -31,6 +32,7 @@ opentelemetry-instrumentation = { workspace = true }
3132
opentelemetry-instrumentation-asgi = { workspace = true }
3233
opentelemetry-instrumentation-fastapi = { workspace = true }
3334
opentelemetry-instrumentation-httpx = { workspace = true }
35+
opentelemetry-instrumentation-system-metrics = { workspace = true }
3436
opentelemetry-instrumentation-urllib = { workspace = true }
3537
opentelemetry-instrumentation-urllib3 = { workspace = true }
3638
opentelemetry-util-http = { workspace = true }
@@ -43,6 +45,7 @@ members = [
4345
"instrumentation/opentelemetry-instrumentation-asgi",
4446
"instrumentation/opentelemetry-instrumentation-fastapi",
4547
"instrumentation/opentelemetry-instrumentation-httpx",
48+
"instrumentation/opentelemetry-instrumentation-system-metrics",
4649
"instrumentation/opentelemetry-instrumentation-urllib",
4750
"instrumentation/opentelemetry-instrumentation-urllib3",
4851
"util/opentelemetry-util-http",

uv.lock

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)