Fixing sonar and javadoc issues.
[dcaegen2/collectors/ves.git] / data-formats / healthcheck-docker-config.json
1 {
2     "healthcheck": {
3         "type": "http",
4         "interval": "15s",
5         "timeout": "1s",
6         "endpoint": "/healthcheck"
7     }
8 }