-
Notifications
You must be signed in to change notification settings - Fork 451
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 enhanced-webhook
- Loading branch information
Showing
65 changed files
with
625 additions
and
368 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 9 additions & 5 deletions
14
.chloggen/2995-openshift-dashboard.yaml → .chloggen/fix-ta-with-proxy.yaml
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,16 +1,20 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
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: collector | ||
component: target allocator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Create automatically an OpenShift dashboard to visualize OpenTelemetry Collector metrics | ||
note: Fix collector to target allocator connection in clusters with proxy. | ||
|
||
# One or more tracking issues related to the change | ||
issues: [2995] | ||
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: To enable this feature, you need to specify the `--openshift-create-dashboard` argument to the operator | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
path: bin | ||
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.outputs.go-version }} | ||
- name: Install chainsaw | ||
uses: kyverno/[email protected].7 | ||
uses: kyverno/[email protected].8 | ||
- name: Install tools | ||
run: make install-tools | ||
- name: Prepare e2e tests | ||
|
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
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
Oops, something went wrong.