We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233dcc0 commit 525961cCopy full SHA for 525961c
1 file changed
integration-tests/docker/tests/loki-file/loki_file_test.go
@@ -13,27 +13,9 @@ func TestReadLogFile(t *testing.T) {
13
t,
14
common.ExpectedLogResult{
15
Labels: map[string]string{
16
- "detected_level": "info",
+ "filename": "/etc/alloy/logs.txt",
17
},
18
- EntryCount: 9,
19
- },
20
- common.ExpectedLogResult{
21
- Labels: map[string]string{
22
- "detected_level": "debug",
23
24
- EntryCount: 1,
25
26
27
28
- "detected_level": "error",
29
30
- EntryCount: 2,
31
32
33
34
- "detected_level": "warn",
35
36
+ EntryCount: 13,
37
38
)
39
}
0 commit comments