meshagent-otel 0.4.3__tar.gz → 0.5.0__tar.gz
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.
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/PKG-INFO +3 -1
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/README.md +2 -0
- meshagent_otel-0.5.0/meshagent/otel/version.py +1 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent_otel.egg-info/PKG-INFO +3 -1
- meshagent_otel-0.4.3/meshagent/otel/version.py +0 -1
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent/otel/__init__.py +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent_otel.egg-info/SOURCES.txt +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent_otel.egg-info/dependency_links.txt +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent_otel.egg-info/requires.txt +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/meshagent_otel.egg-info/top_level.txt +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/pyproject.toml +0 -0
- {meshagent_otel-0.4.3 → meshagent_otel-0.5.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: meshagent-otel
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: CLI for Meshagent
|
5
5
|
License-Expression: Apache-2.0
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
@@ -11,6 +11,8 @@ Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
12
12
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http~=1.33
|
13
13
|
|
14
|
+
# [Meshagent](https://www.meshagent.com)
|
15
|
+
|
14
16
|
## MeshAgent Otel
|
15
17
|
|
16
18
|
The ``meshagent.otel`` package is a streamlined way to enable otel in your meshagent projects.
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: meshagent-otel
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: CLI for Meshagent
|
5
5
|
License-Expression: Apache-2.0
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
@@ -11,6 +11,8 @@ Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
12
12
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http~=1.33
|
13
13
|
|
14
|
+
# [Meshagent](https://www.meshagent.com)
|
15
|
+
|
14
16
|
## MeshAgent Otel
|
15
17
|
|
16
18
|
The ``meshagent.otel`` package is a streamlined way to enable otel in your meshagent projects.
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.4.3"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|