BigMemory 4.3.10 | Product Documentation | Terracotta Management Console User Guide | Integration with Prometheus | Connecting to Prometheus with Security disabled in TMC
 
Connecting to Prometheus with Security disabled in TMC
To connect to the Prometheus endpoint with Security disabled in TMC, follow these steps:
1. Navigate to the TMC web application and add a connection to the TSA cluster. The name of the connection should be the value of the cluster_name label. /tmc/api/prometheus starts returning Prometheus metrics.
2. Sample config to add BigMemory as a target in the prometheus.yml configuration file. For more details, refer to the Prometheus Configuration page.
- job_name: 'big_memory'
metrics_path: /tmc/api/prometheus
static_configs:
- targets: ['localhost:9889']