We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f43718 commit b9514fdCopy full SHA for b9514fd
internal/collectors/ghcr_collector_integration_test.go
@@ -7,14 +7,12 @@ import (
7
"testing"
8
"time"
9
10
- "github.com/prometheus/client_golang/prometheus"
11
- "github.com/prometheus/client_golang/prometheus/testutil"
12
-
13
"ghcr-exporter/internal/config"
14
"ghcr-exporter/internal/metrics"
15
16
promexporter_config "github.com/d0ugal/promexporter/config"
17
promexporter_metrics "github.com/d0ugal/promexporter/metrics"
+ "github.com/prometheus/client_golang/prometheus"
+ "github.com/prometheus/client_golang/prometheus/testutil"
18
)
19
20
// TestGHCRCollectorIntegration tests the full collection flow to catch label mapping issues
0 commit comments