forked from open-telemetry/opentelemetry-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request open-telemetry#78 from IshwarKanse/rebase-bot-main
Merge https://github.com/open-telemetry/opentelemetry-operator:main (eab0b6a) into main
- Loading branch information
Showing
17 changed files
with
98 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: bug_fix | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) | ||
component: target allocator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Fix collector to target allocator connection in clusters with proxy. | ||
|
||
# One or more tracking issues related to the change | ||
issues: [3187] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: | | ||
On clusters with global proxy the collector might fail to talk to target allocator | ||
because the endpoint is set to `<ta-service-name>:port` and therefore it will go to proxy | ||
and request might be forwarded to internet. Clusters with proxy configure `NO_PROXY` to `.svc.cluster.local` so | ||
the calls to this endpoint will not go through the proxy. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,60 @@ | ||
opentelemetry-distro==0.46b0 | ||
opentelemetry-distro==0.47b0 | ||
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for | ||
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for. | ||
opentelemetry-exporter-otlp-proto-http==1.25.0 | ||
opentelemetry-exporter-prometheus==0.46b0 | ||
opentelemetry-exporter-otlp-proto-http==1.26.0 | ||
opentelemetry-exporter-prometheus==0.47b0 | ||
|
||
opentelemetry-propagator-b3==1.25.0 | ||
opentelemetry-propagator-jaeger==1.25.0 | ||
opentelemetry-propagator-b3==1.26.0 | ||
opentelemetry-propagator-jaeger==1.26.0 | ||
opentelemetry-propagator-aws-xray==1.0.1 | ||
|
||
opentelemetry-instrumentation==0.46b0 | ||
opentelemetry-propagator-ot-trace==0.46b0 | ||
opentelemetry-instrumentation==0.47b0 | ||
opentelemetry-propagator-ot-trace==0.47b0 | ||
|
||
# Copied in from https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation | ||
opentelemetry-instrumentation-aio-pika==0.46b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.46b0 | ||
opentelemetry-instrumentation-aiopg==0.46b0 | ||
opentelemetry-instrumentation-asgi==0.46b0 | ||
opentelemetry-instrumentation-asyncio==0.46b0 | ||
opentelemetry-instrumentation-asyncpg==0.46b0 | ||
opentelemetry-instrumentation-aws-lambda==0.46b0 | ||
opentelemetry-instrumentation-boto==0.46b0 | ||
opentelemetry-instrumentation-boto3sqs==0.46b0 | ||
opentelemetry-instrumentation-botocore==0.46b0 | ||
opentelemetry-instrumentation-cassandra==0.46b0 | ||
opentelemetry-instrumentation-celery==0.46b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.46b0 | ||
opentelemetry-instrumentation-dbapi==0.46b0 | ||
opentelemetry-instrumentation-django==0.46b0 | ||
opentelemetry-instrumentation-elasticsearch==0.46b0 | ||
opentelemetry-instrumentation-falcon==0.46b0 | ||
opentelemetry-instrumentation-fastapi==0.46b0 | ||
opentelemetry-instrumentation-flask==0.46b0 | ||
opentelemetry-instrumentation-grpc==0.46b0 | ||
opentelemetry-instrumentation-httpx==0.46b0 | ||
opentelemetry-instrumentation-jinja2==0.46b0 | ||
opentelemetry-instrumentation-kafka-python==0.46b0 | ||
opentelemetry-instrumentation-logging==0.46b0 | ||
opentelemetry-instrumentation-mysql==0.46b0 | ||
opentelemetry-instrumentation-mysqlclient==0.46b0 | ||
opentelemetry-instrumentation-pika==0.46b0 | ||
opentelemetry-instrumentation-psycopg==0.46b0 | ||
opentelemetry-instrumentation-psycopg2==0.46b0 | ||
opentelemetry-instrumentation-pymemcache==0.46b0 | ||
opentelemetry-instrumentation-pymongo==0.46b0 | ||
opentelemetry-instrumentation-pymysql==0.46b0 | ||
opentelemetry-instrumentation-pyramid==0.46b0 | ||
opentelemetry-instrumentation-redis==0.46b0 | ||
opentelemetry-instrumentation-remoulade==0.46b0 | ||
opentelemetry-instrumentation-requests==0.46b0 | ||
opentelemetry-instrumentation-sklearn==0.46b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.46b0 | ||
opentelemetry-instrumentation-sqlite3==0.46b0 | ||
opentelemetry-instrumentation-starlette==0.46b0 | ||
opentelemetry-instrumentation-system-metrics==0.46b0 | ||
opentelemetry-instrumentation-threading==0.46b0 | ||
opentelemetry-instrumentation-tornado==0.46b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.46b0 | ||
opentelemetry-instrumentation-urllib==0.46b0 | ||
opentelemetry-instrumentation-urllib3==0.46b0 | ||
opentelemetry-instrumentation-wsgi==0.46b0 | ||
opentelemetry-instrumentation-aio-pika==0.47b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.47b0 | ||
opentelemetry-instrumentation-aiohttp-server==0.47b0 | ||
opentelemetry-instrumentation-aiopg==0.47b0 | ||
opentelemetry-instrumentation-asgi==0.47b0 | ||
opentelemetry-instrumentation-asyncio==0.47b0 | ||
opentelemetry-instrumentation-asyncpg==0.47b0 | ||
opentelemetry-instrumentation-boto==0.47b0 | ||
opentelemetry-instrumentation-boto3sqs==0.47b0 | ||
opentelemetry-instrumentation-botocore==0.47b0 | ||
opentelemetry-instrumentation-cassandra==0.47b0 | ||
opentelemetry-instrumentation-celery==0.47b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.47b0 | ||
opentelemetry-instrumentation-dbapi==0.47b0 | ||
opentelemetry-instrumentation-django==0.47b0 | ||
opentelemetry-instrumentation-elasticsearch==0.47b0 | ||
opentelemetry-instrumentation-falcon==0.47b0 | ||
opentelemetry-instrumentation-fastapi==0.47b0 | ||
opentelemetry-instrumentation-flask==0.47b0 | ||
opentelemetry-instrumentation-grpc==0.47b0 | ||
opentelemetry-instrumentation-httpx==0.47b0 | ||
opentelemetry-instrumentation-jinja2==0.47b0 | ||
opentelemetry-instrumentation-kafka-python==0.47b0 | ||
opentelemetry-instrumentation-logging==0.47b0 | ||
opentelemetry-instrumentation-mysql==0.47b0 | ||
opentelemetry-instrumentation-mysqlclient==0.47b0 | ||
opentelemetry-instrumentation-pika==0.47b0 | ||
opentelemetry-instrumentation-psycopg==0.47b0 | ||
opentelemetry-instrumentation-psycopg2==0.47b0 | ||
opentelemetry-instrumentation-pymemcache==0.47b0 | ||
opentelemetry-instrumentation-pymongo==0.47b0 | ||
opentelemetry-instrumentation-pymysql==0.47b0 | ||
opentelemetry-instrumentation-pyramid==0.47b0 | ||
opentelemetry-instrumentation-redis==0.47b0 | ||
opentelemetry-instrumentation-remoulade==0.47b0 | ||
opentelemetry-instrumentation-requests==0.47b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.47b0 | ||
opentelemetry-instrumentation-sqlite3==0.47b0 | ||
opentelemetry-instrumentation-starlette==0.47b0 | ||
opentelemetry-instrumentation-system-metrics==0.47b0 | ||
opentelemetry-instrumentation-threading==0.47b0 | ||
opentelemetry-instrumentation-tornado==0.47b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.47b0 | ||
opentelemetry-instrumentation-urllib==0.47b0 | ||
opentelemetry-instrumentation-urllib3==0.47b0 | ||
opentelemetry-instrumentation-wsgi==0.47b0 |
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
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