Orgad Shaneh
Orgad Shaneh
Any progress on this?
Thank you. This is incomplete, because there are no alpine binaries for gcstats. I'm looking into that too, but it might take some time. And the original gcstats is not...
Or you can change it to an optionalDependency (with proper protection on require), then I'll be able to install oom-heapdump without build tools, as long as I don't need gc...
How can the build be retriggered? Many of the PRs failed due to rate limit issues.
Ok, proposed PR: - #12374
The script for reference: ```ruby require 'set' chart_updated = Set.new Dir.glob('**/templates/**/*').each do |file| next unless File.file?(file) s = File.read(file) if s.gsub!(/\{\{- if\s+(?:and )?(\S*Probe\.enabled\s+\}\}\n[\s\S]+?)\{\{- else if\s+(\S*\.custom\w+Probe\s+\}\}\n[\s\S]+?)(?=\{\{- end \}\})/, '{{- if \2{{-...
Finally! The script for reference (it is hidden in all the ref comments above): ```ruby require 'set' chart_updated = Set.new Dir.glob('**/templates/**/*').each do |file| next unless File.file?(file) s = File.read(file) if...
More complicated than I'd expect :) Not sure if it's worth it. CC @ShaharAriel
I'm on vacation this week. Will fix it next week, sorry.
Done, and improved to detect also English.