-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
1
-
False
-
-
False
-
-
-
Tracing Sprint # 266
When we define an OpenTelemetryCollector resource with the following header:
apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
name: test
namespace: otel
// .spec
and apply it through the CLI, we get the following warning:
oc apply -f test.yml Warning: OpenTelemetryCollector v1alpha1 is deprecated. Migrate to v1beta1. opentelemetrycollector.opentelemetry.io/test created
Therefore, many of my colleagues and I have migrated to opentelemetry.io/v1beta1. The issue we face is that most of the documentation is still written for v1alpha1, which makes it challenging to determine the recommended version.
How should we proceed?
- is documented by
-
OBSDOCS-1666 [blocker][TRACING-4848] Updated the OpenTelemetryCollector's `apiVersion`
-
- Closed
-
- links to