You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Push the `cardano-node`, `config` and `sidecar` container images
195
+
- Push the `cardano-node`, `cardano-tracer`, `config` and `sidecar` container images
195
196
196
197
```
197
198
make push testnet=example_10.2.1 registry=us-central1-docker.pkg.dev/molten-verve-216720/cardano-repository/
@@ -230,6 +231,67 @@ Docker and `make` are the only requirement to build and run your own testnets.
230
231
> [!TIP]
231
232
> The commands above assume a testnet of 3 pools, increase the `{1..3}` if needed.
232
233
234
+
### Logging & Metrics
235
+
236
+
The `tracer` container which runs alongside the Cardano cluster aggregates logs and metrics for each of the running nodes. The details of the configuration are out of scope for this document, please checkout the [cardano-tracer](https://github.com/IntersectMBO/cardano-node/tree/master/cardano-tracer) and [new tracing system](https://developers.cardano.org/docs/get-started/cardano-node/new-tracing-system/new-tracing-system) documentation. The default example configuration aggregates some interesting logs and expose Prometheus metrics on port 4000.
237
+
238
+
- Query prometheus metrics (each node has its own path for metrics):
0 commit comments