Skip to content

Commit

Permalink
Update query_frontend_test.go
Browse files Browse the repository at this point in the history
Updated the labels.

Signed-off-by: Pranav <[email protected]>
  • Loading branch information
pawarpranav83 authored Dec 22, 2023
1 parent db63f8f commit c4a54b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/query_frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ func TestQueryFrontend(t *testing.T) {
var samplesrw []prompb.TimeSeries

metric := []prompb.Label{
{Name: "__name__", Value: "up"},
{Name: "instance", Value: "localhost:9090"},
{Name: "job", Value: "myself"},
{Name: "prometheus", Value: "test"},
{Name: "receive", Value: "receive-ingestor"},
Expand Down Expand Up @@ -372,6 +374,8 @@ func TestQueryFrontend(t *testing.T) {
"instance": "localhost:9090",
"job": "myself",
"prometheus": "test",
"receive": "receive-ingestor",
"tenant_id": "default-tenant",
})
},
)
Expand Down Expand Up @@ -408,6 +412,8 @@ func TestQueryFrontend(t *testing.T) {
"instance": "localhost:9090",
"job": "myself",
"prometheus": "test",
"receive": "receive-ingestor",
"tenant_id": "default-tenant",
})
},
)
Expand Down

0 comments on commit c4a54b6

Please sign in to comment.