nvidia-nat-phoenix 1.4.0a20260122__py3-none-any.whl → 1.4.0a20260124__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 +3 -2
- nat/plugins/phoenix/register.py +2 -0
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/METADATA +3 -3
- nvidia_nat_phoenix-1.4.0a20260124.dist-info/RECORD +13 -0
- nvidia_nat_phoenix-1.4.0a20260122.dist-info/RECORD +0 -13
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/WHEEL +0 -0
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/licenses/LICENSE.md +0 -0
- {nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/top_level.txt +0 -0
|
@@ -43,14 +43,15 @@ class PhoenixMixin:
|
|
|
43
43
|
super().__init__(endpoint=endpoint, project=project, **kwargs)
|
|
44
44
|
"""
|
|
45
45
|
|
|
46
|
-
def __init__(self, *args, endpoint: str, project: str, **kwargs):
|
|
46
|
+
def __init__(self, *args, endpoint: str, project: str, timeout: float = 60.0, **kwargs):
|
|
47
47
|
"""Initialize the Phoenix exporter.
|
|
48
48
|
|
|
49
49
|
Args:
|
|
50
50
|
endpoint: Phoenix service endpoint URL.
|
|
51
51
|
project: Phoenix project name for trace grouping.
|
|
52
|
+
timeout: Timeout in seconds for HTTP requests to Phoenix server.
|
|
52
53
|
"""
|
|
53
|
-
self._exporter = HTTPSpanExporter(endpoint=endpoint)
|
|
54
|
+
self._exporter = HTTPSpanExporter(endpoint=endpoint, timeout=timeout)
|
|
54
55
|
self._project = project
|
|
55
56
|
|
|
56
57
|
# Add Phoenix project name to resource attributes
|
nat/plugins/phoenix/register.py
CHANGED
|
@@ -31,6 +31,7 @@ class PhoenixTelemetryExporter(BatchConfigMixin, CollectorConfigMixin, Telemetry
|
|
|
31
31
|
|
|
32
32
|
endpoint: str = Field(
|
|
33
33
|
description="Phoenix server endpoint for trace export (e.g., 'http://localhost:6006/v1/traces'")
|
|
34
|
+
timeout: float = Field(default=30.0, description="Timeout in seconds for HTTP requests to Phoenix server")
|
|
34
35
|
|
|
35
36
|
|
|
36
37
|
@register_telemetry_exporter(config_type=PhoenixTelemetryExporter)
|
|
@@ -43,6 +44,7 @@ async def phoenix_telemetry_exporter(config: PhoenixTelemetryExporter, builder:
|
|
|
43
44
|
# Create the exporter
|
|
44
45
|
yield PhoenixOtelExporter(endpoint=config.endpoint,
|
|
45
46
|
project=config.project,
|
|
47
|
+
timeout=config.timeout,
|
|
46
48
|
batch_size=config.batch_size,
|
|
47
49
|
flush_interval=config.flush_interval,
|
|
48
50
|
max_queue_size=config.max_queue_size,
|
{nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-phoenix
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.0a20260124
|
|
4
4
|
Summary: Subpackage for Arize Phoenix integration in NeMo Agent toolkit
|
|
5
5
|
Author: NVIDIA Corporation
|
|
6
6
|
Maintainer: NVIDIA Corporation
|
|
@@ -16,8 +16,8 @@ Requires-Python: <3.14,>=3.11
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE-3rd-party.txt
|
|
18
18
|
License-File: LICENSE.md
|
|
19
|
-
Requires-Dist: nvidia-nat[opentelemetry]==v1.4.
|
|
20
|
-
Requires-Dist: arize-phoenix-otel
|
|
19
|
+
Requires-Dist: nvidia-nat[opentelemetry]==v1.4.0a20260124
|
|
20
|
+
Requires-Dist: arize-phoenix-otel<1.0.0,>=0.13.1
|
|
21
21
|
Requires-Dist: openinference-instrumentation
|
|
22
22
|
Dynamic: license-file
|
|
23
23
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
nat/meta/pypi.md,sha256=CQljRzle5vo2TxSC_gSOwqPTZWWhhaifBdHQZZ6NuCw,1114
|
|
2
|
+
nat/plugins/phoenix/__init__.py,sha256=ka7tX8fmCO8N0FX-vw64_Y5z3X9-g_-7GPpi5VbBALA,685
|
|
3
|
+
nat/plugins/phoenix/phoenix_exporter.py,sha256=wHb5oq2bdkYi4wmHMvxkEJO7R_g29Rrz7J77fWviHhU,2471
|
|
4
|
+
nat/plugins/phoenix/register.py,sha256=wp1nxNZmLiOTX1FM2gWWgwLDWlTcGJ-2xep4DPnMPFo,2619
|
|
5
|
+
nat/plugins/phoenix/mixin/__init__.py,sha256=ka7tX8fmCO8N0FX-vw64_Y5z3X9-g_-7GPpi5VbBALA,685
|
|
6
|
+
nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=NQMSnfg-2KpVol9ospZsU9q1NxMSXNU1x3eXNN-GO-8,2975
|
|
7
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
8
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
9
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/METADATA,sha256=8AK3unNpjgCV-gjcmko8MoPq0U6Zd8Z8JqREPAI9BGs,2023
|
|
10
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
11
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
|
|
12
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
13
|
+
nvidia_nat_phoenix-1.4.0a20260124.dist-info/RECORD,,
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
nat/meta/pypi.md,sha256=CQljRzle5vo2TxSC_gSOwqPTZWWhhaifBdHQZZ6NuCw,1114
|
|
2
|
-
nat/plugins/phoenix/__init__.py,sha256=ka7tX8fmCO8N0FX-vw64_Y5z3X9-g_-7GPpi5VbBALA,685
|
|
3
|
-
nat/plugins/phoenix/phoenix_exporter.py,sha256=wHb5oq2bdkYi4wmHMvxkEJO7R_g29Rrz7J77fWviHhU,2471
|
|
4
|
-
nat/plugins/phoenix/register.py,sha256=pbUf4YaQ2T483uHQonqmZ_z8tvE0TY9oKkbJzvQLINM,2450
|
|
5
|
-
nat/plugins/phoenix/mixin/__init__.py,sha256=ka7tX8fmCO8N0FX-vw64_Y5z3X9-g_-7GPpi5VbBALA,685
|
|
6
|
-
nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=GFIcColFZAHDHryMhUdj83tMA31fLhajFiRxA7E8RbI,2858
|
|
7
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
8
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
9
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/METADATA,sha256=dtbmEKvz3lpvStU5skWBdrk71ux1zdrsMzPe52oQNcA,2016
|
|
10
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
11
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
|
|
12
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
13
|
-
nvidia_nat_phoenix-1.4.0a20260122.dist-info/RECORD,,
|
{nvidia_nat_phoenix-1.4.0a20260122.dist-info → nvidia_nat_phoenix-1.4.0a20260124.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|