File tree Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/kylelemons/godebug v1.1.0 // indirect
3030 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3131 github.com/pmezard/go-difflib v1.0.0 // indirect
32- github.com/prometheus/common v0.66 .1 // indirect
32+ github.com/prometheus/common v0.67 .1 // indirect
3333 github.com/prometheus/procfs v0.17.0 // indirect
3434 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3535 go.yaml.in/yaml/v2 v2.4.3 // indirect
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h
2727github.com/prometheus/client_golang v1.23.2 /go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg =
2828github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
2929github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
30- github.com/prometheus/common v0.66 .1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs =
31- github.com/prometheus/common v0.66 .1 /go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA =
30+ github.com/prometheus/common v0.67 .1 h1:OTSON1P4DNxzTg4hmKCc37o4ZAZDv0cfXLkOt0oEowI =
31+ github.com/prometheus/common v0.67 .1 /go.mod h1:RpmT9v35q2Y+lsieQsdOh5sXZ6ajUGC8NjZAmr8vb0Q =
3232github.com/prometheus/otlptranslator v1.0.0 h1:s0LJW/iN9dkIH+EnhiD3BlkkP5QVIUVEoIwkU+A6qos =
3333github.com/prometheus/otlptranslator v1.0.0 /go.mod h1:vRYWnXvI6aWGpsdY/mOT/cbeVRBlPWtBNDb7kGR3uKM =
3434github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0 =
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ require (
168168 github.com/polyfloyd/go-errorlint v1.8.0 // indirect
169169 github.com/prometheus/client_golang v1.23.2 // indirect
170170 github.com/prometheus/client_model v0.6.2 // indirect
171- github.com/prometheus/common v0.66 .1 // indirect
171+ github.com/prometheus/common v0.67 .1 // indirect
172172 github.com/prometheus/procfs v0.17.0 // indirect
173173 github.com/quasilyte/go-ruleguard v0.4.5 // indirect
174174 github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h
388388github.com/prometheus/client_golang v1.23.2 /go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg =
389389github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
390390github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
391- github.com/prometheus/common v0.66 .1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs =
392- github.com/prometheus/common v0.66 .1 /go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA =
391+ github.com/prometheus/common v0.67 .1 h1:OTSON1P4DNxzTg4hmKCc37o4ZAZDv0cfXLkOt0oEowI =
392+ github.com/prometheus/common v0.67 .1 /go.mod h1:RpmT9v35q2Y+lsieQsdOh5sXZ6ajUGC8NjZAmr8vb0Q =
393393github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0 =
394394github.com/prometheus/procfs v0.17.0 /go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw =
395395github.com/quasilyte/go-ruleguard v0.4.5 h1:AGY0tiOT5hJX9BTdx/xBdoCubQUAE2grkqY2lSwvZcA =
Original file line number Diff line number Diff line change 6363// issues for databases that cannot handle high cardinality.
6464// - A too low of a limit causes loss of attribute detail as more data falls into overflow.
6565//
66+ // # Ordering and Collection Guarantees
67+ //
68+ // For performance reasons, the SDK does not guarantee that the order in which
69+ // synchronous measurements are made to the SDK is reflected in the collected
70+ // metric data. This means that even when a single goroutine makes sequential
71+ // synchronous measurements, it is possible for a later measurement to be
72+ // included in the collected metric data when an earlier measurement is not.
73+ // This applies to measurements made to different instruments, or to different
74+ // attribute sets on the same instrument. Sequential measurements made to the
75+ // same instrument and with the same attributes are guaranteed to preserve
76+ // ordering with respect to collection.
77+ //
78+ // Additionally, the SDK does not guarantee that exemplars are always included
79+ // in the same batch of metric data as the measurement they are associated
80+ // with.
81+ //
6682// See [go.opentelemetry.io/otel/metric] for more information about
6783// the metric API.
6884//
You can’t perform that action at this time.
0 commit comments