...
Description | Jira | ||||||||
---|---|---|---|---|---|---|---|---|---|
Add new test profile ‘Endurance’ |
| ||||||||
Add new Jenkins job to run endurance test |
| ||||||||
Add Grafana support to visualize memory usage pattern |
| ||||||||
Two docker-compose deployments simultaneously |
| ||||||||
Agree and Define new ‘Suite’ (js) |
|
Solution Proposal
Agree and Define new ‘Suite’ (js)
...
Configuring the Prometheus with a persistet persistent volume to retain data is possible.
This is an example service config for Prometheus:
Code Block | ||
---|---|---|
| ||
prometheus:
container_name: ${PROMETHEUS_CONTAINER_NAME:-prometheus}
image: prom/prometheus:latest
ports:
- ${PROMETHEUS_PORT:-9090}:9090
restart: always
volumes:
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus
profiles:
- monitoring
volumes:
prometheus_data:
driver: local |
GNUPlot
GnuPlot can also draw a plot for only G1 Old Gen space.
...