Add monitoring section (#27486)

* Add monitoring section (#27223)

* Make it a little less sparse

* Update akka-docs/src/main/paradox/additional/monitoring.md

Co-Authored-By: Peter Vlugter <pvlugter@users.noreply.github.com>

* Further suggestions

* Update akka-docs/src/main/paradox/additional/observability.md

Co-Authored-By: Helena Edelson <helena@users.noreply.github.com>
This commit is contained in:
Arnout Engelen 2019-08-27 10:18:58 +02:00 committed by GitHub
parent 0357f763c3
commit 3c018c044f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
* [Packaging](packaging.md)
* [Deploying](deploying.md)
* [Rolling Updates](rolling-updates.md)
* [Observability](observability.md)
@@@

View file

@ -0,0 +1,3 @@
# Monitoring
Aside from log monitoring and the monitoring provided by your APM or platform provider, [Lightbend Telemetry](https://developer.lightbend.com/docs/telemetry/current/instrumentations/akka/akka.html), available through a [Lightbend Platform Subscription](https://www.lightbend.com/lightbend-platform-subscription), can provide additional insights in the run-time characteristics of your application, including metrics, events, and distributed tracing for Akka Actors, Cluster, HTTP, and more.