Enable monitoring for Nakama with Jaeger and Prometheus
The Jaeger and Prometheus integration requires World CLI v1.3.1 or higher.
To enable this feature, run the following command:
By default, this will start both the Jaeger and Prometheus containers.
You can access the Jaeger Web UI at http://localhost:16686
:
And the Prometheus Web UI at http://localhost:9090
:
You can configure some of the behavior of Jaeger and Prometheus by editing your
world.toml
file. Currently, only these options are supported:
Example configuration:
Enable tracing with Jaeger. Defaults to true
.
The trace sample rate. Defaults to 0.6
. Only float values between 0
and 1
are accepted.
Enable metrics collection with Prometheus. Defaults to true
.
How frequently should the metrics be updated, in seconds. Defaults to every 30
seconds.
Enable monitoring for Nakama with Jaeger and Prometheus
The Jaeger and Prometheus integration requires World CLI v1.3.1 or higher.
To enable this feature, run the following command:
By default, this will start both the Jaeger and Prometheus containers.
You can access the Jaeger Web UI at http://localhost:16686
:
And the Prometheus Web UI at http://localhost:9090
:
You can configure some of the behavior of Jaeger and Prometheus by editing your
world.toml
file. Currently, only these options are supported:
Example configuration:
Enable tracing with Jaeger. Defaults to true
.
The trace sample rate. Defaults to 0.6
. Only float values between 0
and 1
are accepted.
Enable metrics collection with Prometheus. Defaults to true
.
How frequently should the metrics be updated, in seconds. Defaults to every 30
seconds.