Manuel Ottlik

Results 17 comments of Manuel Ottlik

Would love to contribute to the project, but I can't write go code :/

Hey, I was also looking for some prometheus alerts for JetStream but did not find anything yet. I am really inexperienced when it comes to PQL and alerts, but this...

Thank you for the quick reply, @wallyqs. There are two things I would like to say: 1. Couldn't we just provide the CRDs in the `crds` folder and give a...

What about a mix of the two options? 1. Providing the CRDs in `/crds` makes it more user-friendly when getting started with the nack helm chart as you can just...

Hey @wallyqs, of course: * https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack * https://github.com/traefik/traefik-helm-chart/tree/master/traefik * https://github.com/grafana/helm-charts/tree/main/charts/agent-operator * https://github.com/zalando/postgres-operator/tree/master/charts/postgres-operator * https://github.com/bitnami/charts/tree/master/bitnami/grafana-operator * [and many bitnami charts more](https://github.com/bitnami/charts/search?q=apiextensions)

Okay @wallyqs, so you plan on keeping it that way? If thats the case, this issue can be closed.

Hey @wallyqs, I see. Should I just provide a PR with the copied helm charts from the other repository? Should there be any note in the README about the need...

To anyone running into this issue, this is my fix for the moment: ```js evt = new CloudEvent(HTTP.toEvent({ headers: req.headers, body: req.body })); ```

Hi @lance, thank you for pointing that out – this makes sense to me regarding `HTTP.toEvent()`, but the behaviour `ce.validate()` is really confusing in my opinion. It returns true but...

I will check, but might need a few days.