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:
parent
0357f763c3
commit
3c018c044f
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
* [Packaging](packaging.md)
|
||||
* [Deploying](deploying.md)
|
||||
* [Rolling Updates](rolling-updates.md)
|
||||
* [Observability](observability.md)
|
||||
|
||||
@@@
|
||||
|
||||
|
|
|
|||
3
akka-docs/src/main/paradox/additional/observability.md
Normal file
3
akka-docs/src/main/paradox/additional/observability.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue