Navigation :
test ../ test user-getting-started.html
Getting started
test ../ test release-notes.html
Release and migration notes
test ../ test build-configure-project.html
Building and configuring Atoti ISDA-SIMM
test ../ test dev-core.html
SIMM Core
test ../ test dev-ui-config.html
Configuring the UI
test ../ test calculations.html
Calculations guide
test ../ test configuration.html
Configuration files
test ../ test configuration/activemonitor-support-properties.html
- activemonitor-support.properties
test ../ test configuration/activepivot-remote-properties.html
- activepivot.remote.properties
test ../ test configuration/apm-properties.html
- apm.properties
test ../ test configuration/application-yml.html
- application.yml
test ../ test configuration/content_service-mv-db.html
- content_service.mv.db
test ../ test configuration/ehcache-simm-xml.html
- ehcache-simm.xml
test ../ test configuration/env-default-properties.html
- env-default.properties
test ../ test configuration/hibernate-properties.html
- hibernate.properties
test ../ test configuration/jwt-properties.html
- jwt.properties
test ../ test configuration/logback-test-xml.html
- logback-test.xml
test ../ test configuration/logback-xml.html
- logback.xml
test ../ test configuration/serializer-jaxb-cfg-xml.html
- serializer.jaxb.cfg.xml
test ../ test configuration/simm-data-load-properties.html
- simm-data-load.properties
test ../ test configuration/simm-properties.html
- simm.properties
test ../ test configuration/tracing-properties.html
- tracing.properties
test ../ test cube.html
Cube reference
test ../ test datastores.html
Datastores
test ../ test input-files.html
Input file formats
test ../ test what-if.html
What-If Analysis
test ../ test widgets.html
Widgets
test ../ test pdf-guides.html
PDF Guides
apm.properties
File purpose
The apm.properties file is used to configure Atoti Server Application Performance Monitoring (APM). APM monitors the health 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