dev to main #8

Merged
das merged 2 commits from dev into main 2026-01-20 13:12:42 +02:00
Showing only changes of commit dce5a0ab85 - Show all commits

View File

@ -181,6 +181,10 @@ From version 2.0 the Application supports internal metrics to collect time. See
- `result_path` - path to result value in response JSON separated by `app_config.RESPONSE_PATH_SEPARATOR` character. Could be configured in [Application config](#AppConfig). - `result_path` - path to result value in response JSON separated by `app_config.RESPONSE_PATH_SEPARATOR` character. Could be configured in [Application config](#AppConfig).
- `timeout` - timeout to wait for response - `timeout` - timeout to wait for response
#### REST value Binary Metrics
**_Gets the responses value from http request to REST service_**
THe same as [REST value Metrics] but works with 'ON/OFF' and 'TRUE/FALSE' values
#### Shell value Metrics #### Shell value Metrics
**_Gets the shell command executed result value_** **_Gets the shell command executed result value_**
```json ```json