aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/common/expfmt/decode.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-24 19:55:44 +0100
committerGitHub <noreply@github.com>2022-03-24 19:55:44 +0100
commit599d785b9ef3acb686e6b16a2a5c8f22a38b4e52 (patch)
tree95cbf56fd381410cad2946175e01a915258c3d13 /vendor/github.com/prometheus/common/expfmt/decode.go
parentb51ce669a1f272480790b1ec88cdacfc89170f19 (diff)
parenta22a75d5fcb04e1c92d195b0cf8cbf0ccd8de0a0 (diff)
downloadpodman-599d785b9ef3acb686e6b16a2a5c8f22a38b4e52.tar.gz
podman-599d785b9ef3acb686e6b16a2a5c8f22a38b4e52.tar.bz2
podman-599d785b9ef3acb686e6b16a2a5c8f22a38b4e52.zip
Merge pull request #13652 from lsm5/v3.4-cve-2022-21698
Bump github.com/prometheus/client_golang to v1.11.1
Diffstat (limited to 'vendor/github.com/prometheus/common/expfmt/decode.go')
-rw-r--r--vendor/github.com/prometheus/common/expfmt/decode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/prometheus/common/expfmt/decode.go b/vendor/github.com/prometheus/common/expfmt/decode.go
index c092723e8..7657f841d 100644
--- a/vendor/github.com/prometheus/common/expfmt/decode.go
+++ b/vendor/github.com/prometheus/common/expfmt/decode.go
@@ -164,7 +164,7 @@ func (sd *SampleDecoder) Decode(s *model.Vector) error {
}
// ExtractSamples builds a slice of samples from the provided metric
-// families. If an error occurrs during sample extraction, it continues to
+// families. If an error occurs during sample extraction, it continues to
// extract from the remaining metric families. The returned error is the last
// error that has occurred.
func ExtractSamples(o *DecodeOptions, fams ...*dto.MetricFamily) (model.Vector, error) {