We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6fae7 commit b36cf7aCopy full SHA for b36cf7a
internal/status/collector/handle.go
@@ -38,8 +38,6 @@ const (
38
)
39
40
// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
41
-// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
42
-// TODO: update status to use v1beta1 https://github.com/open-telemetry/opentelemetry-operator/milestone/4
43
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params manifests.Params, otelcol v1beta1.OpenTelemetryCollector, err error) (ctrl.Result, error) {
44
log.V(2).Info("updating collector status")
45
if err != nil {
0 commit comments