mirror of https://github.com/prometheus/prometheus
Browse Source
The histogram stats iterator does not fully clear the histogram object and is not resilient to new fields being added to the histogram type. To resolve the issue, the commit uses the CopyTo methods which should be future proof to new fields being added. Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>pull/14538/head
Filip Petkovski
4 months ago
1 changed files with 14 additions and 6 deletions
Loading…
Reference in new issue