Skip to content

Add LabelQuerier.LabelValuesStream method #2559

Add LabelQuerier.LabelValuesStream method

Add LabelQuerier.LabelValuesStream method #2559

Triggered via pull request September 11, 2023 14:40
Status Failure
Total duration 1m 30s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: tsdb/index/labelvalues.go#L374
func `newMergedPostingsWithLabelValues` is unused (unused)
lint: tsdb/index/labelvalues.go#L394
type `mergedPostingsWithLabelValues` is unused (unused)
lint: tsdb/index/labelvalues.go#L402
func `(*mergedPostingsWithLabelValues).Next` is unused (unused)
lint: tsdb/index/labelvalues.go#L442
func `(*mergedPostingsWithLabelValues).Seek` is unused (unused)
lint: tsdb/index/labelvalues.go#L472
func `mergedPostingsWithLabelValues.At` is unused (unused)
lint: tsdb/index/labelvalues.go#L476
func `mergedPostingsWithLabelValues.ValueAt` is unused (unused)
lint: tsdb/index/labelvalues.go#L480
func `mergedPostingsWithLabelValues.Err` is unused (unused)
lint: tsdb/index/labelvalues.go#L484
func `mergedPostingsWithLabelValues.Warnings` is unused (unused)
lint: tsdb/index/labelvalues.go#L488
type `postingsWithLabelValuesHeap` is unused (unused)
lint: tsdb/index/labelvalues.go#L490
func `postingsWithLabelValuesHeap.Len` is unused (unused)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/