[v7.5.x] HTTP Client: Introduce go-conntrack (#35321)
* Introduce go-conntrack into http transport * Fix linting * Add sanitize label name for datasource names * Fix tests - add one to check missing datasource name * Fix more tests * Remove DialWithTracing()
This commit is contained in:
committed by
GitHub
parent
39cbd2fc4e
commit
43e7e696e8
@@ -551,7 +551,7 @@ func TestDataSourceProxy_requestHandling(t *testing.T) {
|
||||
}))
|
||||
t.Cleanup(backend.Close)
|
||||
|
||||
ds := &models.DataSource{Url: backend.URL, Type: models.DS_GRAPHITE}
|
||||
ds := &models.DataSource{Url: backend.URL, Type: models.DS_GRAPHITE, Name: "graphite"}
|
||||
|
||||
responseRecorder := &closeNotifierResponseRecorder{
|
||||
ResponseRecorder: httptest.NewRecorder(),
|
||||
|
||||
Reference in New Issue
Block a user