Jaeger: run health check through backend (#99322)

run health check through backend
This commit is contained in:
Gareth Dawson
2025-01-24 19:37:36 +07:00
committed by GitHub
parent e3ba96113c
commit 33d82c43df
10 changed files with 176 additions and 7 deletions

View File

@ -37,6 +37,7 @@ func TestNewPlugin(t *testing.T) {
{ID: TestData, ExpectedAlias: TestDataAlias},
{ID: TestDataAlias, ExpectedID: TestData, ExpectedAlias: TestDataAlias},
{ID: Zipkin},
{ID: Jaeger},
}
for _, tc := range tcs {