mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-17 07:21:08 +01:00
Update storage/remote/queue_manager.go
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
parent
482a7fd890
commit
5ed0edd3ab
@ -1928,8 +1928,8 @@ func populateV2TimeSeries(symbolTable *writev2.SymbolsTable, batch []timeSeries,
|
|||||||
// Safeguard against sending garbage in case of not having metadata
|
// Safeguard against sending garbage in case of not having metadata
|
||||||
// for whatever reason.
|
// for whatever reason.
|
||||||
pendingData[nPending].Metadata.Type = writev2.Metadata_METRIC_TYPE_UNSPECIFIED
|
pendingData[nPending].Metadata.Type = writev2.Metadata_METRIC_TYPE_UNSPECIFIED
|
||||||
pendingData[nPending].Metadata.HelpRef = symbolTable.Symbolize("")
|
pendingData[nPending].Metadata.HelpRef = 0
|
||||||
pendingData[nPending].Metadata.UnitRef = symbolTable.Symbolize("")
|
pendingData[nPending].Metadata.UnitRef = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
if sendExemplars {
|
if sendExemplars {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user