opentelemetry-collector/cmd/builder/test
Evan Bradley a17839e865
[chore] Prepare release v1.28.1/v0.122.1 (#12665)
The following commands were run to prepare this release:

* make chlog-update VERSION=v1.28.1/v0.122.1
* make prepare-release PREVIOUS_VERSION=1[.]28[.]0
RELEASE_CANDIDATE=1.28.1 MODSET=stable
* make prepare-release PREVIOUS_VERSION=0[.]122[.]0
RELEASE_CANDIDATE=0.122.1 MODSET=beta

---------

Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2025-03-18 13:57:04 -07:00
..
README.md [Builder]: Remove test that depends on the contrib (#4787) 2022-02-26 07:33:58 -08:00
core.builder.yaml [chore] Prepare release v1.28.1/v0.122.1 (#12665) 2025-03-18 13:57:04 -07:00
core.otel.yaml add debug exporter, move code from logging exporter into internal (#8378) 2023-09-15 13:49:24 -07:00
test.sh [chore] Unrevert automatic `replace` generation in builder-integration-test (#11940) 2025-01-06 21:42:18 +00:00

README.md

Testing for the OpenTelemetry Collector Builder

This is a set of end-to-end tests for the builder. As such, it includes only positive tests, based on the manifest files in this directory. Each manifest is expected to be in a working state and should yield an OpenTelemetry Collector instance that is ready within a time interval. "Ready" is defined by calling its healthcheck endpoint.