Bartlomiej Plotka
Bartlomiej Plotka
To me, I believe all of this, generally fits the purpose of this project, so the formatting of markdown from Goldmark parsed data. 🤗 With the Goldmark "options" pattern we...
Is that blocking us here? I believe @karelbilek added some option handling recently?
Relevant story: https://misterhex.github.io/Envoy-client-load-balancing/
Related to https://github.com/prometheus/prometheus/pull/7448
Looks like this was blocked on our review, reviewed now. So depends if @eklockare has time (:
@ngetahun Can you base your changes on https://github.com/prometheus/prometheus/pull/7511 PR, because it super close to be done, just small nits. WDYT?
Yea, we use port naming as an indicator what port should be scraped for pod, but it is limited: - port name has limit of 15 chars - you need...
There is another, more verbose explanation of solution mentioned in begginning (from [google group's topic](https://groups.google.com/forum/#!topic/prometheus-users/ihMUWtX477Q)): > My post actually made me think about more explicit, but flexible solution - that...
How crazy would be to extend relabelling to add some kind of conditional logic? For example: ``` - source_labels: [a, b, c, d] regex: "^(.*);(x.*);(something.*);.*" target_label: new_label replacement: "$1-$3" #...
So.. again, there is no good solution here. Other option and it seems recommended & ultimate way is to do CRD based scrape configuration, which quite neat and insane in...