Arthur Silva Sens
Arthur Silva Sens
> Wow nice git-fu there @ArthurSens, I didn't know it. I discovered this 5mins ago after asking google 😝
And you can fix the linting issues with `make common-lint-fix`
For benchmarking I think we'll need a real k8s cluster. I wouldn't block this PR but maybe we could extend prombench with different stress scenarios that would allow measuring k8s...
Yes, that sounds fun :) Finally an excuse for me to dig deeper into native histograms :P Is this something that you folks need ASAP? I have an accepted talk...
I'm just making sure I understand the problem here. We currently have 2 sample types, `float` and `histogram`. The problem is that `AppendCTZeroSample` appends a float type and we don't...
Awesome, thanks for the info! Another question, what is the histogram equivalent to a zero sample? Does this look correct? ```go histogram.Histogram{Count: 0, Sum: 0, Schema: 3, ZeroThreshold: 0.0, ZeroCount:...
Looks like we'll need until Alertmanager 0.27 for this one
You can already add labels to pyrra_objective by adding `pyrra.dev/your-label: label value` to the SLO definition... isn't the use case already covered here? 🤔
👋 Just checking... anything else to be done here? Or was it all done already? :)
The dashboard comes from the mixins developed in the prometheus/node-exporter repository, and is already possible to configure the dashboards with `fsSelector` 🙂. https://github.com/prometheus/node_exporter/blob/f04d5569a2f611909526f497fc610ea0bef822f7/docs/node-mixin/dashboards/node.libsonnet#L144-L146 An example jsonnet file: ```jsonnet (import 'kube-prometheus/main.libsonnet')...