nvidia-nat-phoenix 1.3.dev0__py3-none-any.whl → 1.3.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nat/plugins/phoenix/mixin/phoenix_mixin.py +1 -2
- nat/plugins/phoenix/phoenix_exporter.py +1 -1
- nat/plugins/phoenix/register.py +1 -1
- {nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/METADATA +7 -4
- nvidia_nat_phoenix-1.3.0rc1.dist-info/RECORD +11 -0
- nvidia_nat_phoenix-1.3.dev0.dist-info/RECORD +0 -11
- {nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/WHEEL +0 -0
- {nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/top_level.txt +0 -0
|
@@ -15,11 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
import logging
|
|
17
17
|
|
|
18
|
+
from nat.plugins.opentelemetry.otel_span import OtelSpan
|
|
18
19
|
from phoenix.otel import HTTPSpanExporter
|
|
19
20
|
from phoenix.trace.projects import using_project
|
|
20
21
|
|
|
21
|
-
from nat.plugins.opentelemetry.otel_span import OtelSpan
|
|
22
|
-
|
|
23
22
|
logger = logging.getLogger(__name__)
|
|
24
23
|
|
|
25
24
|
|
|
@@ -22,7 +22,7 @@ from nat.plugins.phoenix.mixin.phoenix_mixin import PhoenixMixin
|
|
|
22
22
|
logger = logging.getLogger(__name__)
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
class PhoenixOtelExporter(PhoenixMixin, OtelSpanExporter):
|
|
25
|
+
class PhoenixOtelExporter(PhoenixMixin, OtelSpanExporter):
|
|
26
26
|
"""Phoenix exporter for AI workflow observability.
|
|
27
27
|
|
|
28
28
|
Exports OpenTelemetry-compatible traces to Phoenix for visualization
|
nat/plugins/phoenix/register.py
CHANGED
|
@@ -34,7 +34,7 @@ class PhoenixTelemetryExporter(BatchConfigMixin, CollectorConfigMixin, Telemetry
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
@register_telemetry_exporter(config_type=PhoenixTelemetryExporter)
|
|
37
|
-
async def phoenix_telemetry_exporter(config: PhoenixTelemetryExporter, builder: Builder):
|
|
37
|
+
async def phoenix_telemetry_exporter(config: PhoenixTelemetryExporter, builder: Builder):
|
|
38
38
|
"""Create a Phoenix telemetry exporter."""
|
|
39
39
|
|
|
40
40
|
try:
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-phoenix
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.0rc1
|
|
4
4
|
Summary: Subpackage for Arize Phoenix integration in NeMo Agent toolkit
|
|
5
5
|
Keywords: ai,observability,phoenix,arize
|
|
6
6
|
Classifier: Programming Language :: Python
|
|
7
|
-
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
10
|
+
Requires-Python: <3.14,>=3.11
|
|
8
11
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: nvidia-nat[opentelemetry]==v1.3-
|
|
10
|
-
Requires-Dist: arize-phoenix~=
|
|
12
|
+
Requires-Dist: nvidia-nat[opentelemetry]==v1.3.0-rc1
|
|
13
|
+
Requires-Dist: arize-phoenix~=11.28
|
|
11
14
|
|
|
12
15
|
<!--
|
|
13
16
|
SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
nat/meta/pypi.md,sha256=Zh3Nw9Lt5cliSVtPEbCxzDYn47bySYnh-FWdkMq7oWE,1109
|
|
2
|
+
nat/plugins/phoenix/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
|
|
3
|
+
nat/plugins/phoenix/phoenix_exporter.py,sha256=NYf9JzObMgGNy9_4hYi6X6QZxS4WFYrB4u60kaN0Df4,2466
|
|
4
|
+
nat/plugins/phoenix/register.py,sha256=riN1kw1IdFbuDYHp_GMCCbswVmCdt-Jp5ALAXuN0tF0,2445
|
|
5
|
+
nat/plugins/phoenix/mixin/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
|
|
6
|
+
nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=VDlDDuWGxtyAjRmm2ubxPdT-BCYgUBUVk80WGdEE9Rc,2824
|
|
7
|
+
nvidia_nat_phoenix-1.3.0rc1.dist-info/METADATA,sha256=2CCvKFRUOjMeZimwhr0efFztTgmvEVAXLqVk-0qGyn0,1643
|
|
8
|
+
nvidia_nat_phoenix-1.3.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
nvidia_nat_phoenix-1.3.0rc1.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
|
|
10
|
+
nvidia_nat_phoenix-1.3.0rc1.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
11
|
+
nvidia_nat_phoenix-1.3.0rc1.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
nat/meta/pypi.md,sha256=Zh3Nw9Lt5cliSVtPEbCxzDYn47bySYnh-FWdkMq7oWE,1109
|
|
2
|
-
nat/plugins/phoenix/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
|
|
3
|
-
nat/plugins/phoenix/phoenix_exporter.py,sha256=N5NiSPyZTPkbJYBIyAuOZo5kIMU9Mjmal7p7t4DT49A,2491
|
|
4
|
-
nat/plugins/phoenix/register.py,sha256=gvLLXNvCs-Zfhaoz4ZmJax1c9Vf3KlPDHTQyQibg5gM,2470
|
|
5
|
-
nat/plugins/phoenix/mixin/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
|
|
6
|
-
nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=D2hMvPzGjE7vu8xurJNfFdFjYEe9KztOkgp2AUOWWrQ,2825
|
|
7
|
-
nvidia_nat_phoenix-1.3.dev0.dist-info/METADATA,sha256=I9dL6IgcpktA1wCtNDeFMhYPx5XSHlUUoMsrHSnGZKQ,1486
|
|
8
|
-
nvidia_nat_phoenix-1.3.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
nvidia_nat_phoenix-1.3.dev0.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
|
|
10
|
-
nvidia_nat_phoenix-1.3.dev0.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
11
|
-
nvidia_nat_phoenix-1.3.dev0.dist-info/RECORD,,
|
|
File without changes
|
{nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{nvidia_nat_phoenix-1.3.dev0.dist-info → nvidia_nat_phoenix-1.3.0rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|