Skip to content

Commit 410ee9a

Browse files
committed
test label order fix
Signed-off-by: ProCodec <[email protected]>
1 parent 2388fde commit 410ee9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/fluentbit/v1alpha2/clusteroutput_types_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func TestLokiOutputWithStructuredMetadata_Load(t *testing.T) {
458458
Match kube.*
459459
host loki-gateway
460460
port 3100
461-
labels environment=production,job=fluentbit
461+
labels job=fluentbit,environment=production
462462
structured_metadata container=${record['kubernetes']['container_name']},pod=${record['kubernetes']['pod_name']},trace_id=${record['trace_id']}
463463
structured_metadata_keys level,caller
464464
`

0 commit comments

Comments
 (0)