Property | Corresponding Environment Variable | Description |
metering. server.url | METERING_ SERVER_URL | The URL of the metering aggregator server REST API. |
metering. accumulation.period | METERING_ ACCUMULATION_ PERIOD | The period in seconds for which data is accumulated before a log record is produced. Default: 1800. (30 minutes) |
metering. report.period | METERING_ REPORT_PERIOD | The period in seconds after which data is pushed to the metering server. Use a value that is larger than the metering.accumulation.period property. Default: 3600 (1 hour) |
metering. proxy.type | METERING_ PROXY_TYPE | Тhe type of the proxy that the metering client uses. Valid values are: ![]() ![]() ![]() |
metering. proxy.address | METERING_ PROXY_ADDRESS | The proxy address in a <host>:<port> format that the metering client uses. Configure this property only if you use a metering proxy. |
metering. server.connect. timeout | METERING_ SERVER_CONNECT_ TIMEOUT | Тhe time in milliseconds to establish the initial TCP connection when the metering client calls the server REST endpoint. This is also the time to start the request. Default: 60000 (1 minute) . |
metering. server.read. timeout | METERING_ SERVER_READ_ TIMEOUT | The maximum time in milliseconds without data transfer over the TCP connection to the server. This is also the time that it takes for the server to respond. When this time passes, the request fails. Default: 300000 (5 minutes) . |
sag.install.root | SAG_INSTALL_ROOT | The absolute path to the Software AG installation root directory. Use this path only as a Java system property or an environment variable. |
metering. truststore.file | METERING_ TRUSTSTORE_FILE | The absolute path to the metering client truststore that is used for HTTPS connections. Change this value only if you use webMethods Metering on premise and the certificates in the truststore are not the default for Software AG Runtime (CTP). |
metering. truststore. password | METERING_ TRUSTSTORE_ PASSWORD | The password for the metering client truststore. Configure this property only if you use a truststore. |
metering. runtime.alias | METERING_ RUNTIME_ALIAS | An alias of the webMethods product instance or a group of instances, for which usage data is measured. |
metering. log.level | METERING_ LOG_LEVEL | The level of log messages that are logged on the console. Valid values are: ![]() ![]() ![]() ![]() |