rebrandly-otel 0.1.2__tar.gz → 0.1.3__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.
Potentially problematic release.
This version of rebrandly-otel might be problematic. Click here for more details.
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/PKG-INFO +7 -7
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/README.md +5 -5
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/rebrandly_otel.egg-info/PKG-INFO +7 -7
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/setup.py +2 -2
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/LICENSE +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/rebrandly_otel.egg-info/SOURCES.txt +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/rebrandly_otel.egg-info/dependency_links.txt +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/rebrandly_otel.egg-info/top_level.txt +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/setup.cfg +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/__init__.py +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/logs.py +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/metrics.py +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/otel_utils.py +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/rebrandly_otel.py +0 -0
- {rebrandly_otel-0.1.2 → rebrandly_otel-0.1.3}/src/traces.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rebrandly_otel
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Python OTEL wrapper by Rebrandly
|
|
5
5
|
Home-page: https://github.com/rebrandly/rebrandly-otel-python
|
|
6
6
|
Author: Antonio Romano
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: antonio@rebrandly.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -30,7 +30,7 @@ The Rebrandly OpenTelemetry SDK provides a unified interface for distributed tra
|
|
|
30
30
|
## Installation
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
pip install rebrandly-otel
|
|
33
|
+
pip install rebrandly-otel
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
### Dependencies
|
|
@@ -328,12 +328,12 @@ Rebrandly Python SDK is released under the MIT License.
|
|
|
328
328
|
|
|
329
329
|
## Build and Deploy
|
|
330
330
|
|
|
331
|
-
> build
|
|
331
|
+
> build
|
|
332
332
|
>
|
|
333
|
-
> twine
|
|
333
|
+
> twine upload dist/*
|
|
334
334
|
|
|
335
335
|
If `build` gives you an error, try:
|
|
336
336
|
|
|
337
|
-
> pyproject-build
|
|
337
|
+
> pyproject-build
|
|
338
338
|
>
|
|
339
|
-
> twine
|
|
339
|
+
> twine upload dist/*
|
|
@@ -9,7 +9,7 @@ The Rebrandly OpenTelemetry SDK provides a unified interface for distributed tra
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
pip install rebrandly-otel
|
|
12
|
+
pip install rebrandly-otel
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
### Dependencies
|
|
@@ -307,12 +307,12 @@ Rebrandly Python SDK is released under the MIT License.
|
|
|
307
307
|
|
|
308
308
|
## Build and Deploy
|
|
309
309
|
|
|
310
|
-
> build
|
|
310
|
+
> build
|
|
311
311
|
>
|
|
312
|
-
> twine
|
|
312
|
+
> twine upload dist/*
|
|
313
313
|
|
|
314
314
|
If `build` gives you an error, try:
|
|
315
315
|
|
|
316
|
-
> pyproject-build
|
|
316
|
+
> pyproject-build
|
|
317
317
|
>
|
|
318
|
-
> twine
|
|
318
|
+
> twine upload dist/*
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rebrandly_otel
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Python OTEL wrapper by Rebrandly
|
|
5
5
|
Home-page: https://github.com/rebrandly/rebrandly-otel-python
|
|
6
6
|
Author: Antonio Romano
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: antonio@rebrandly.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -30,7 +30,7 @@ The Rebrandly OpenTelemetry SDK provides a unified interface for distributed tra
|
|
|
30
30
|
## Installation
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
pip install rebrandly-otel
|
|
33
|
+
pip install rebrandly-otel
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
### Dependencies
|
|
@@ -328,12 +328,12 @@ Rebrandly Python SDK is released under the MIT License.
|
|
|
328
328
|
|
|
329
329
|
## Build and Deploy
|
|
330
330
|
|
|
331
|
-
> build
|
|
331
|
+
> build
|
|
332
332
|
>
|
|
333
|
-
> twine
|
|
333
|
+
> twine upload dist/*
|
|
334
334
|
|
|
335
335
|
If `build` gives you an error, try:
|
|
336
336
|
|
|
337
|
-
> pyproject-build
|
|
337
|
+
> pyproject-build
|
|
338
338
|
>
|
|
339
|
-
> twine
|
|
339
|
+
> twine upload dist/*
|
|
@@ -5,9 +5,9 @@ with open("README.md", "r") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="rebrandly_otel",
|
|
8
|
-
version="0.1.
|
|
8
|
+
version="0.1.3",
|
|
9
9
|
author="Antonio Romano",
|
|
10
|
-
author_email="
|
|
10
|
+
author_email="antonio@rebrandly.com",
|
|
11
11
|
description="Python OTEL wrapper by Rebrandly",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|