-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
178 changed files
with
2,855 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
exporter/opentelemetry-exporter-prometheus-remote-write/proto/generate-proto-py.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
PROM_VERSION=v2.39.0 | ||
PROTO_VERSION=v1.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
cramjam==2.8.1 | ||
Deprecated==1.2.14 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
protobuf==4.25.3 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
python-snappy==0.7.1 | ||
requests==2.31.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
urllib3==2.2.1 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e exporter/opentelemetry-exporter-prometheus-remote-write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
exporter/opentelemetry-exporter-richconsole/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
Pygments==2.17.2 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
rich==13.7.1 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e exporter/opentelemetry-exporter-richconsole |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
aio-pika==7.2.0 | ||
aiormq==6.2.3 | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pamqp==3.1.0 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-aio-pika |
Oops, something went wrong.