Skip to content

Latest commit

 

History

History
 
 

monitoring_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Monitoring example

These are example configuration files for monitoring Tiled with Prometheus and Grafana.

To see a complete working example that incorporates these, clone the tiled repository and, from the repository root directory, run:

TILED_SINGLE_USER_API_KEY=secret docker-compose up

Note that the file prometheus/prometheus.yml contains a dummy credential (secret). To run the example, it must match the secret set by TILED_SINGLE_USER_API_KEY. In real single-user deployments, the secret should be set to a secure value as described in Tiled's security documentation. In multi-user deployments, an API key with the metrics scope should be used.