Navigation :
test ../../ test user-ref.html
User & Reference Guide
test ../../ test getting-started.html
Getting started
test ../../ test getting-started/about.html
- Using this guide
test ../../ test getting-started/whats-new.html
- What's New
test ../../ test getting-started/data-model.html
- Market Risk Data Model
test ../../ test getting-started/directquery.html
- DirectQuery
test ../../ test dashboards.html
Dashboards
test ../../ test calculations.html
Calculations Guide
test ../../ test cube.html
Cube Reference
test ../../ test datastore.html
Datastores
test ../../ test input-files.html
Input file formats
test ../../ test properties.html
Properties
test ../../ test properties/config-properties.html
-
Configuration Properties
test ../../ test properties/property-files.html
-
Property files
test ../../ test properties/property-files/apm-properties.html
-- apm.properties
test ../../ test properties/property-files/application-yaml.html
-- application.yaml
test ../../ test properties/property-files/azurecredentials-properties.html
-- azureCredentials.properties
test ../../ test properties/property-files/dee-export-properties.html
-- dee.export.properties
test ../../ test properties/property-files/jwt-properties.html
-- jwt.properties
test ../../ test properties/property-files/logback-spring-file-xml.html
-- logback-spring-file.xml
test ../../ test properties/property-files/logback-spring-xml.html
-- logback-spring.xml
test ../../ test properties/property-files/mr-jaxb-mapping.xml.html
-- mr-jaxb-mapping.xml
test ../../ test properties/property-files/mr-ref-impl-content-service-mv-db.html
-- mr_ref_impl_content_service.mv.db
test ../../ test properties/property-files/reporting.html
-- reporting.properties
test ../../ test properties/property-files/serializer-jaxb-cfg-xml.html
-- serializer-jaxb-cfg.xml
test ../../ test properties/property-files/test.html
--
Configuration files in test folder
test ../../ test what-if.html
What-If Analysis
test ../../ test database.html
Database
test ../../ test sign-off.html
Sign-Off Approvals
test ../../ test limits.html
Limit monitoring
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/dev-getting-started.html
-
Getting Started
test ../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../ test dev/dev-mr-application.html
-
The Market Risk Application
test ../../ test dev/dev-libraries.html
-
Market Risk Libraries
test ../../ test dev/dev-extensions.html
-
Extending Atoti Market Risk
test ../../ test dev/dev-tools.html
-
Configuring tools and methodologies
test ../../ test dev/dev-sign-off.html
-
Sign-Off
test ../../ test dev/dev-whatif.html
-
What-If
test ../../ test dev/dev-direct-query.html
-
DirectQuery
test ../../ test pdf-guides.html
PDF Guides
apm.properties
File purpose
The apm.properties file is used to configure Atoti Server Application Monitoring (APM). APM monitors the healthiness and performance of Atoti Server instances. It provides several features easing the support work, and reducing the burden of maintaining and troubleshooting Atoti Server.
For more details on this file in Atoti Server, see the Atoti Server Documentation .
File values
General settings
Key
Value
Description
json.log.dir
/tmp
Logging directory.
node.instance.name
activepivot-apm-demo
Unique name of the current node. It must be provided if logging/monitoring stack (e.g. ELK) is used.
Consul settings
note
To avoid using Consul, comment out the host and port lines.
Key
Value
Description
activeviam.apm.consul.host
localhost
Host or IP of the consul service.
activeviam.apm.consul.port
8500
Port of the consul service.
activeviam.apm.node.host
Host or IP of the node instance for registering to consul.
activeviam.apm.node.healthcheck.port
8081
Port which consul should call for healthcheck. This should be the port used for jmx explorer, e.g. -javaagent:jmx_prometheus_javaagent-0.3.1.jar=8081
.
activeviam.apm.node.healthcheck.path
metrics
The path that consul should call for healthcheck.
activeviam.apm.activepivot.service.name
activepivot
Service name of the instance. This is for service grouping and filtering in consul.
Elasticsearch
Key
Value
Description
activeviam.apm.query.performance.evaluation.elasticsearch.urls
http://127.0.0.1:9200
URL(s) to Elasticsearch instance(s) that provides the historical performance. e.g. http://localhost:9200