-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into enable-selectors-daemonset-status
- Loading branch information
Showing
22 changed files
with
298 additions
and
179 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,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: breaking | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) | ||
component: operator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: remove featuregate `EnableApacheHTTPAutoInstrumentationSupport`. Use command line flag `--enable-apache-httpd-instrumentation` instead | ||
|
||
# One or more tracking issues related to the change | ||
issues: [2582, 2670] | ||
|
||
# (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: |
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,16 @@ | ||
# 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. operator, target allocator, github action) | ||
component: operator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: propagate otel name label down to selector of ta resources | ||
|
||
# One or more tracking issues related to the change | ||
issues: [2598] | ||
|
||
# (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: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,58 @@ | ||
opentelemetry-distro==0.43b0 | ||
opentelemetry-distro==0.44b0 | ||
# 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.22.0 | ||
opentelemetry-exporter-otlp-proto-http==1.23.0 | ||
|
||
opentelemetry-propagator-b3==1.22.0 | ||
opentelemetry-propagator-jaeger==1.22.0 | ||
opentelemetry-propagator-b3==1.23.0 | ||
opentelemetry-propagator-jaeger==1.23.0 | ||
opentelemetry-propagator-aws-xray==1.0.1 | ||
|
||
opentelemetry-instrumentation==0.43b0 | ||
opentelemetry-propagator-ot-trace==0.43b0 | ||
opentelemetry-instrumentation==0.44b0 | ||
opentelemetry-propagator-ot-trace==0.44b0 | ||
|
||
# Copied in from https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation | ||
# except for aws-lambda | ||
opentelemetry-instrumentation-aio-pika==0.43b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.43b0 | ||
opentelemetry-instrumentation-aiopg==0.43b0 | ||
opentelemetry-instrumentation-asgi==0.43b0 | ||
opentelemetry-instrumentation-asyncpg==0.43b0 | ||
opentelemetry-instrumentation-boto==0.43b0 | ||
opentelemetry-instrumentation-boto3sqs==0.43b0 | ||
opentelemetry-instrumentation-botocore==0.43b0 | ||
opentelemetry-instrumentation-celery==0.43b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.43b0 | ||
opentelemetry-instrumentation-dbapi==0.43b0 | ||
opentelemetry-instrumentation-django==0.43b0 | ||
opentelemetry-instrumentation-elasticsearch==0.43b0 | ||
opentelemetry-instrumentation-falcon==0.43b0 | ||
opentelemetry-instrumentation-fastapi==0.43b0 | ||
opentelemetry-instrumentation-flask==0.43b0 | ||
opentelemetry-instrumentation-grpc==0.43b0 | ||
opentelemetry-instrumentation-httpx==0.43b0 | ||
opentelemetry-instrumentation-jinja2==0.43b0 | ||
opentelemetry-instrumentation-kafka-python==0.43b0 | ||
opentelemetry-instrumentation-logging==0.43b0 | ||
opentelemetry-instrumentation-mysql==0.43b0 | ||
opentelemetry-instrumentation-mysqlclient==0.43b0 | ||
opentelemetry-instrumentation-pika==0.43b0 | ||
opentelemetry-instrumentation-psycopg2==0.43b0 | ||
opentelemetry-instrumentation-pymemcache==0.43b0 | ||
opentelemetry-instrumentation-pymongo==0.43b0 | ||
opentelemetry-instrumentation-pymysql==0.43b0 | ||
opentelemetry-instrumentation-pyramid==0.43b0 | ||
opentelemetry-instrumentation-redis==0.43b0 | ||
opentelemetry-instrumentation-remoulade==0.43b0 | ||
opentelemetry-instrumentation-requests==0.43b0 | ||
opentelemetry-instrumentation-sklearn==0.43b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.43b0 | ||
opentelemetry-instrumentation-sqlite3==0.43b0 | ||
opentelemetry-instrumentation-starlette==0.43b0 | ||
opentelemetry-instrumentation-system-metrics==0.43b0 | ||
opentelemetry-instrumentation-tornado==0.43b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.43b0 | ||
opentelemetry-instrumentation-urllib==0.43b0 | ||
opentelemetry-instrumentation-urllib3==0.43b0 | ||
opentelemetry-instrumentation-wsgi==0.43b0 | ||
opentelemetry-instrumentation-aio-pika==0.44b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.44b0 | ||
opentelemetry-instrumentation-aiopg==0.44b0 | ||
opentelemetry-instrumentation-asgi==0.44b0 | ||
opentelemetry-instrumentation-asyncio==0.44b0 | ||
opentelemetry-instrumentation-asyncpg==0.44b0 | ||
opentelemetry-instrumentation-boto==0.44b0 | ||
opentelemetry-instrumentation-boto3sqs==0.44b0 | ||
opentelemetry-instrumentation-botocore==0.44b0 | ||
opentelemetry-instrumentation-cassandra==0.44b0 | ||
opentelemetry-instrumentation-celery==0.44b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.44b0 | ||
opentelemetry-instrumentation-dbapi==0.44b0 | ||
opentelemetry-instrumentation-django==0.44b0 | ||
opentelemetry-instrumentation-elasticsearch==0.44b0 | ||
opentelemetry-instrumentation-falcon==0.44b0 | ||
opentelemetry-instrumentation-fastapi==0.44b0 | ||
opentelemetry-instrumentation-flask==0.44b0 | ||
opentelemetry-instrumentation-grpc==0.44b0 | ||
opentelemetry-instrumentation-httpx==0.44b0 | ||
opentelemetry-instrumentation-jinja2==0.44b0 | ||
opentelemetry-instrumentation-kafka-python==0.44b0 | ||
opentelemetry-instrumentation-logging==0.44b0 | ||
opentelemetry-instrumentation-mysql==0.44b0 | ||
opentelemetry-instrumentation-mysqlclient==0.44b0 | ||
opentelemetry-instrumentation-pika==0.44b0 | ||
opentelemetry-instrumentation-psycopg2==0.44b0 | ||
opentelemetry-instrumentation-pymemcache==0.44b0 | ||
opentelemetry-instrumentation-pymongo==0.44b0 | ||
opentelemetry-instrumentation-pymysql==0.44b0 | ||
opentelemetry-instrumentation-pyramid==0.44b0 | ||
opentelemetry-instrumentation-redis==0.44b0 | ||
opentelemetry-instrumentation-remoulade==0.44b0 | ||
opentelemetry-instrumentation-requests==0.44b0 | ||
opentelemetry-instrumentation-sklearn==0.44b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.44b0 | ||
opentelemetry-instrumentation-sqlite3==0.44b0 | ||
opentelemetry-instrumentation-starlette==0.44b0 | ||
opentelemetry-instrumentation-system-metrics==0.44b0 | ||
opentelemetry-instrumentation-tornado==0.44b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.44b0 | ||
opentelemetry-instrumentation-urllib==0.44b0 | ||
opentelemetry-instrumentation-urllib3==0.44b0 | ||
opentelemetry-instrumentation-wsgi==0.44b0 |
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
Oops, something went wrong.