Alex

Results 32 comments of Alex

@blakeromano thanks for the heads up. In the current operator chart we don't create/manage any custom resources (like the OpentelemetryCollector), we just provide some examples in the readme in order...

@jaronoff97 @VineethReddy02 I'm really interested in the use cases for having the CR's as part of the operator chart. In the case of kube-prometheus-stack the bundle makes sense as the...

@micborens tbh the extra labels and annotations for each alert group seem unnecessary but it's not my call. If you add Grafana support to this pr I'm willing to close...

> * Is this a fix or a feature? Feels more like a feature as you're adding something. Maybe bump minor instead? Good point, done > * Will updating the...

> * we use CRDs from [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-operator-crds) helm chart 1. This is new to me, why are there 2 crd charts that need separate maintaining ? 2. Also any idea...

> It seems like v1beta1 is not released yet. @GMartinez-Sisti @jkroepke any idea about the reasons for not being officially released? Why is the crd included in the operator examples/crds...

[HERE](https://github.com/prometheus-operator/prometheus-operator/blob/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_alertmanagerconfigs.yaml)

@jkroepke Thanks, that provides more context. You make a good point about the conversion webhook but I don't think it's in scope of this pr. We just want to allow...

@jkroepke thanks for the context: > Looking at https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml there is only v1alpha1 Also present in the [official docs](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com%2fv1beta1) >Did you ever test, if you can create v1beta1 AlertmanagerConfigs? I...

@tudrzal I'd say that currently the operator chart requires more work and investment in order to implement an otel pipeline than the collector one which had more contributions but relies...