Add service connection from Testcontainers Zipkin

See gh-35107
This commit is contained in:
Eddú Meléndez
2023-04-21 20:06:26 -06:00
committed by Moritz Halbritter
parent 27169bde8b
commit ad4f6ffeb7
6 changed files with 159 additions and 1 deletions

View File

@@ -981,6 +981,9 @@ The following service connection factories are provided in the `spring-boot-test
| `RedisConnectionDetails`
| Containers named "redis"
| `ZipkinConnectionDetails`
| Containers named "openzipkin/zipkin"
|===
[TIP]