Files
hlaeja-device-api/gradle.properties
Swordsteel 19f46bd01f add metrics collection for API
- extract webclient call from getConfiguration and add metrics in DeviceConfigurationService
- extract webclient call from getMeasurement, addMeasurement and add metrics in DeviceDataService
- extract webclient call from getIdentityFromDevice and add metrics in DeviceRegistryService
- add MeterRegistry dependency
- fix test application.yml
- update kotlin logging dependency
2024-12-27 23:37:55 +01:00

8 lines
175 B
INI

kotlin.code.style=official
org.gradle.jvmargs=-Xmx1g
version=0.3.0-SNAPSHOT
catalog=0.7.0-SNAPSHOT
docker.port.expose=8443
container.port.expose=8443
container.port.host=9000