diff --git a/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md b/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md index 0018eea3bc..d0b89631cf 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md +++ b/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md @@ -38,7 +38,19 @@ For descriptions of each StatsD metric see the `rippledmon` [repository](https:/ - +## See Also + +- **Concepts:** + - [XRP Ledger Overview](xrp-ledger-overview.html) + - [Consensus Network](consensus-network.html) + - [The `rippled` Server](the-rippled-server.html) +- **Tutorials:** + - [Install `rippled`](install-rippled.html) + - [Capacity Planning](capacity-planning.html) + +- **References:** + - [server_info method](server_info.html) + - [print method](print.html) diff --git a/dactyl-config.yml b/dactyl-config.yml index a21caa8caf..7f0a37945b 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2385,6 +2385,16 @@ pages: targets: - en + - md: tutorials/manage-the-rippled-server/configuration/configure-statsd.md + html: configure-statsd.html + funnel: Docs + doc_type: Tutorials + category: Manage the rippled Server + subcategory: Configuration + blurb: Monitor your rippled server with StatsD metrics. #TODO:translate + targets: + - en + - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.ja.md html: run-rippled-as-a-validator.html funnel: Docs