Skip to content

Commit

Permalink
fix(opentelemetry): support attribute argument in TracerProvider.get_…
Browse files Browse the repository at this point in the history
…tracer() (#9941)
  • Loading branch information
mabdinur committed Aug 5, 2024
1 parent d6a3581 commit c8c5057
Show file tree
Hide file tree
Showing 30 changed files with 461 additions and 128 deletions.
14 changes: 14 additions & 0 deletions .riot/requirements/12974a3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,32 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
<<<<<<< HEAD:.riot/requirements/12974a3.txt
# pip-compile --no-annotate .riot/requirements/12974a3.in
=======
# pip-compile --no-annotate .riot/requirements/15235b0.in
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/15235b0.txt
#
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==7.1.2
coverage[toml]==7.6.0
<<<<<<< HEAD:.riot/requirements/12974a3.txt
deprecated==1.2.14
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/15235b0.txt
exceptiongroup==1.2.2
flask==1.1.4
gunicorn==22.0.0
httpretty==1.0.5
hypothesis==6.45.0
idna==3.7
<<<<<<< HEAD:.riot/requirements/12974a3.txt
importlib-metadata==7.0.0
=======
importlib-metadata==8.2.0
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/15235b0.txt
iniconfig==2.0.0
itsdangerous==1.1.0
jinja2==2.11.3
Expand All @@ -35,5 +46,8 @@ sortedcontainers==2.4.0
tomli==2.0.1
urllib3==2.2.2
werkzeug==1.0.1
<<<<<<< HEAD:.riot/requirements/12974a3.txt
wrapt==1.16.0
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/15235b0.txt
zipp==3.19.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/1029814.in
# pip-compile --no-annotate .riot/requirements/1438a95.in
#
attrs==23.2.0
certifi==2024.7.4
Expand All @@ -16,22 +16,22 @@ gevent==24.2.1
greenlet==3.0.3
hypothesis==6.45.0
idna==3.7
importlib-metadata==7.1.0
importlib-metadata==8.0.0
iniconfig==2.0.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.0.1
mock==5.1.0
opentelemetry-api==1.25.0
opentelemetry-instrumentation==0.37b0
opentelemetry-instrumentation-flask==0.37b0
opentelemetry-instrumentation-wsgi==0.37b0
opentelemetry-semantic-conventions==0.37b0
opentelemetry-util-http==0.37b0
opentelemetry-api==1.26.0
opentelemetry-instrumentation==0.47b0
opentelemetry-instrumentation-flask==0.47b0
opentelemetry-instrumentation-wsgi==0.47b0
opentelemetry-semantic-conventions==0.47b0
opentelemetry-util-http==0.47b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/a4a20ae.in
# pip-compile --no-annotate .riot/requirements/14f0b34.in
#
attrs==23.2.0
certifi==2024.7.4
Expand All @@ -15,21 +15,22 @@ gevent==24.2.1
greenlet==3.0.3
hypothesis==6.45.0
idna==3.7
importlib-metadata==8.2.0
iniconfig==2.0.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.0.1
mock==5.1.0
opentelemetry-api==1.15.0
opentelemetry-instrumentation==0.37b0
opentelemetry-instrumentation-flask==0.37b0
opentelemetry-instrumentation-wsgi==0.37b0
opentelemetry-semantic-conventions==0.37b0
opentelemetry-util-http==0.37b0
opentelemetry-instrumentation==0.45b0
opentelemetry-instrumentation-flask==0.45b0
opentelemetry-instrumentation-wsgi==0.45b0
opentelemetry-semantic-conventions==0.45b0
opentelemetry-util-http==0.45b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand All @@ -39,6 +40,7 @@ sortedcontainers==2.4.0
urllib3==1.26.19
werkzeug==2.1.2
wrapt==1.16.0
zipp==3.19.2
zope-event==5.0
zope-interface==6.4.post2

Expand Down
10 changes: 10 additions & 0 deletions .riot/requirements/1677649.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,30 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
<<<<<<< HEAD:.riot/requirements/1677649.txt
# pip-compile --no-annotate .riot/requirements/1677649.in
=======
# pip-compile --no-annotate .riot/requirements/1153ad9.in
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/1153ad9.txt
#
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==7.1.2
coverage[toml]==7.6.0
<<<<<<< HEAD:.riot/requirements/1677649.txt
deprecated==1.2.14
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/1153ad9.txt
flask==1.1.4
gunicorn==22.0.0
httpretty==1.0.5
hypothesis==6.45.0
idna==3.7
<<<<<<< HEAD:.riot/requirements/1677649.txt
importlib-metadata==7.0.0
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/1153ad9.txt
iniconfig==2.0.0
itsdangerous==1.1.0
jinja2==2.11.3
Expand Down
7 changes: 7 additions & 0 deletions .riot/requirements/17c4377.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
<<<<<<< HEAD:.riot/requirements/17c4377.txt
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/17c4377.in
=======
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/427c22a.in
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/427c22a.txt
#
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==7.1.2
coverage[toml]==7.2.7
<<<<<<< HEAD:.riot/requirements/17c4377.txt
deprecated==1.2.14
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/427c22a.txt
exceptiongroup==1.2.2
flask==1.1.4
gunicorn==22.0.0
Expand Down
14 changes: 14 additions & 0 deletions .riot/requirements/18589ec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,32 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
<<<<<<< HEAD:.riot/requirements/18589ec.txt
# pip-compile --no-annotate .riot/requirements/18589ec.in
=======
# pip-compile --no-annotate .riot/requirements/135aac0.in
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/135aac0.txt
#
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==7.1.2
coverage[toml]==7.6.0
<<<<<<< HEAD:.riot/requirements/18589ec.txt
deprecated==1.2.14
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/135aac0.txt
exceptiongroup==1.2.2
flask==1.1.4
gunicorn==22.0.0
httpretty==1.0.5
hypothesis==6.45.0
idna==3.7
<<<<<<< HEAD:.riot/requirements/18589ec.txt
importlib-metadata==7.0.0
=======
importlib-metadata==8.2.0
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/135aac0.txt
iniconfig==2.0.0
itsdangerous==1.1.0
jinja2==2.11.3
Expand All @@ -35,5 +46,8 @@ sortedcontainers==2.4.0
tomli==2.0.1
urllib3==2.2.2
werkzeug==1.0.1
<<<<<<< HEAD:.riot/requirements/18589ec.txt
wrapt==1.16.0
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/135aac0.txt
zipp==3.19.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/1634a62.in
# pip-compile --no-annotate .riot/requirements/196d465.in
#
attrs==23.2.0
certifi==2024.7.4
Expand All @@ -15,22 +15,22 @@ gevent==24.2.1
greenlet==3.0.3
hypothesis==6.45.0
idna==3.7
importlib-metadata==7.1.0
importlib-metadata==8.0.0
iniconfig==2.0.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.0.1
mock==5.1.0
opentelemetry-api==1.25.0
opentelemetry-instrumentation==0.37b0
opentelemetry-instrumentation-flask==0.37b0
opentelemetry-instrumentation-wsgi==0.37b0
opentelemetry-semantic-conventions==0.37b0
opentelemetry-util-http==0.37b0
opentelemetry-api==1.26.0
opentelemetry-instrumentation==0.47b0
opentelemetry-instrumentation-flask==0.47b0
opentelemetry-instrumentation-wsgi==0.47b0
opentelemetry-semantic-conventions==0.47b0
opentelemetry-util-http==0.47b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
6 changes: 6 additions & 0 deletions .riot/requirements/1a14242.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ certifi==2024.7.4
charset-normalizer==3.3.2
click==7.1.2
coverage[toml]==7.6.0
<<<<<<< HEAD:.riot/requirements/1a14242.txt
deprecated==1.2.14
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/118cb50.txt
exceptiongroup==1.2.2
flask==1.1.4
gunicorn==22.0.0
httpretty==1.0.5
hypothesis==6.45.0
idna==3.7
<<<<<<< HEAD:.riot/requirements/1a14242.txt
importlib-metadata==7.0.0
=======
>>>>>>> 37fa4f23f (fix(opentelemetry): support attribute argument in TracerProvider.get_tracer() (#9941)):.riot/requirements/118cb50.txt
iniconfig==2.0.0
itsdangerous==1.1.0
jinja2==2.11.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/59f93d3.in
# pip-compile --no-annotate .riot/requirements/1aa3044.in
#
asgiref==3.8.1
attrs==23.2.0
Expand All @@ -28,7 +28,7 @@ opentelemetry-util-http==0.19b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/10f03b7.in
# pip-compile --no-annotate .riot/requirements/1c47005.in
#
asgiref==3.8.1
attrs==23.2.0
Expand All @@ -29,7 +29,7 @@ opentelemetry-util-http==0.19b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/4de07e7.in
# pip-compile --no-annotate .riot/requirements/1e1ea62.in
#
attrs==23.2.0
certifi==2024.7.4
Expand All @@ -15,21 +15,22 @@ gevent==24.2.1
greenlet==3.0.3
hypothesis==6.45.0
idna==3.7
importlib-metadata==8.2.0
iniconfig==2.0.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.0.1
mock==5.1.0
opentelemetry-api==1.15.0
opentelemetry-instrumentation==0.37b0
opentelemetry-instrumentation-flask==0.37b0
opentelemetry-instrumentation-wsgi==0.37b0
opentelemetry-semantic-conventions==0.37b0
opentelemetry-util-http==0.37b0
opentelemetry-instrumentation==0.45b0
opentelemetry-instrumentation-flask==0.45b0
opentelemetry-instrumentation-wsgi==0.45b0
opentelemetry-semantic-conventions==0.45b0
opentelemetry-util-http==0.45b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand All @@ -39,6 +40,7 @@ sortedcontainers==2.4.0
urllib3==1.26.19
werkzeug==2.1.2
wrapt==1.16.0
zipp==3.19.2
zope-event==5.0
zope-interface==6.4.post2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/ea8be54.in
# pip-compile --no-annotate .riot/requirements/1fbf1f2.in
#
asgiref==3.8.1
attrs==23.2.0
Expand All @@ -28,7 +28,7 @@ opentelemetry-util-http==0.19b0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
Loading

0 comments on commit c8c5057

Please sign in to comment.