---
title: LightbendRP
description: >-
  Monitor your Lightbend Reactive Platform applications with this Datadog
  integration.
breadcrumbs: Docs > Integrations > LightbendRP
---

# LightbendRP

{% image
   source="https://datadog-docs.imgix.net/images/integrations/lightbendrp/dashboard_lightbendrp.84f764bc87c217981394c735da79ef27.png?auto=format"
   alt="Lightbend Reactive Platform Dashboard" /%}

## Overview{% #overview %}

Get metrics from your [Lightbend Reactive Platform application](https://www.lightbend.com/platform) in real time to:

- Visualize performance metrics of your actors.
- Track unexpected events (exceptions, unhandled messages, dead letters, a.s.o.).
- Get an insight into the remoting characteristics of your application.
- Drill down into dispatcher metrics to tune the application performance.

## Setup{% #setup %}

### Installation{% #installation %}

This integration uses Lightbend Monitoring which requires a [subscription](https://www.lightbend.com/platform/subscription).

The easiest way to integrate Lightbend Monitoring with Datadog is to use the [Datadog plugin](https://developer.lightbend.com/docs/monitoring/2.3.x/plugins/datadog/datadog.html).

By default, Lightbend Monitoring sends all metrics over the wire, but it is possible to limit fields reported with the configuration (see the example below).

The Datadog plugin uses a default configuration that can be overridden:

```text
cinnamon.datadog {
  statsd {
    host = "192.168.0.1"
    port = 8888
    frequency = 60s
  }

  report {
    histogram = ["min", "max", "p98", "p99", "p999"]
  }
}
```

The configuration values explained:

- `cinnamon.datadog.statsd.host`: IP address of your DogStatsD instance.
- `cinnamon.datadog.statsd.port`: port number of your DogStatsD instance.
- `cinnamon.datadog.statsd.frequency`: the frequency that data is pushed from Cinnamon to the DogStatsD instance.
- `cinnamon.datadog.report.histogram`: instruction for how to filter histogram data sent to DogStatsD. In the above example only `max` and `p99` are sent.

See the [Lightbend Monitoring documentation](https://developer.lightbend.com/docs/monitoring/2.3.x/home.html) for more details on configuration.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

|  |
|  |
| **lightbend.actors.running\_actors**(gauge)                              | Total number of running actors in this actor class or group.                                                  |
| **lightbend.actors.mailbox\_size.max**(gauge)                            | Maximum number of messages in an actor's mailbox.*Shown as message*                                           |
| **lightbend.actors.mailbox\_size.mean**(gauge)                           | Average number of messages in an actor's mailbox.*Shown as message*                                           |
| **lightbend.actors.mailbox\_size.median**(gauge)                         | Median number of messages in an actor's mailbox.*Shown as message*                                            |
| **lightbend.actors.mailbox\_size.min**(gauge)                            | Minimum number of messages in an actor's mailbox.*Shown as message*                                           |
| **lightbend.actors.mailbox\_size.p75**(gauge)                            | 75th percentile number of messages in an actor's mailbox.*Shown as message*                                   |
| **lightbend.actors.mailbox\_size.p95**(gauge)                            | 95th percentile number of messages in an actor's mailbox.*Shown as message*                                   |
| **lightbend.actors.mailbox\_size.p98**(gauge)                            | 98th percentile number of messages in an actor's mailbox.*Shown as message*                                   |
| **lightbend.actors.mailbox\_size.p99**(gauge)                            | 99th percentile number of messages in an actor's mailbox.*Shown as message*                                   |
| **lightbend.actors.mailbox\_size.p999**(gauge)                           | 99.9th percentile number of messages in an actor's mailbox.*Shown as message*                                 |
| **lightbend.actors.mailbox\_size.stddev**(gauge)                         | Standard deviation for the number of messages in an actor's mailbox.*Shown as message*                        |
| **lightbend.actors.mailbox\_time.max**(gauge)                            | Maximum time that messages are in an actor's mailbox.*Shown as nanosecond*                                    |
| **lightbend.actors.mailbox\_time.mean**(gauge)                           | Average time that messages are in an actor's mailbox.*Shown as nanosecond*                                    |
| **lightbend.actors.mailbox\_time.median**(gauge)                         | Median time that messages are in an actor's mailbox.*Shown as nanosecond*                                     |
| **lightbend.actors.mailbox\_time.min**(gauge)                            | Minimum time that messages are in an actor's mailbox.*Shown as nanosecond*                                    |
| **lightbend.actors.mailbox\_time.p75**(gauge)                            | 75th percentile time that messages are in an actor's mailbox.*Shown as nanosecond*                            |
| **lightbend.actors.mailbox\_time.p95**(gauge)                            | 95th percentile time that messages are in an actor's mailbox.*Shown as nanosecond*                            |
| **lightbend.actors.mailbox\_time.p98**(gauge)                            | 98th percentile time that messages are in an actor's mailbox.*Shown as nanosecond*                            |
| **lightbend.actors.mailbox\_time.p99**(gauge)                            | 99th percentile time that messages are in an actor's mailbox.*Shown as nanosecond*                            |
| **lightbend.actors.mailbox\_time.p999**(gauge)                           | 99.9th percentile time that messages are in an actor's mailbox.*Shown as nanosecond*                          |
| **lightbend.actors.mailbox\_time.stddev**(gauge)                         | Standard deviation for the time that messages are in an actor's mailbox.*Shown as nanosecond*                 |
| **lightbend.actors.processed\_messages.mean\_rate**(gauge)               | Average rate of messages processed by an actor.*Shown as message*                                             |
| **lightbend.actors.processed\_messages.min1\_rate**(gauge)               | 1 minute rate of messages processed by an actor.*Shown as message*                                            |
| **lightbend.actors.processed\_messages.min15\_rate**(gauge)              | 15 minute rate of messages processed by an actor.*Shown as message*                                           |
| **lightbend.actors.processed\_messages.min5\_rate**(gauge)               | 5 minute rate of messages processed by an actor.*Shown as message*                                            |
| **lightbend.actors.processed\_messages.samples**(gauge)                  | Total number of messages processed by an actor.*Shown as message*                                             |
| **lightbend.actors.processing\_time.max**(gauge)                         | Maximum time for actor message processing.*Shown as nanosecond*                                               |
| **lightbend.actors.processing\_time.mean**(gauge)                        | Average time for actor message processing.*Shown as nanosecond*                                               |
| **lightbend.actors.processing\_time.median**(gauge)                      | Median time for actor message processing.*Shown as nanosecond*                                                |
| **lightbend.actors.processing\_time.min**(gauge)                         | Minimum time for actor message processing.*Shown as nanosecond*                                               |
| **lightbend.actors.processing\_time.p75**(gauge)                         | 75th percentile time for actor message processing.*Shown as nanosecond*                                       |
| **lightbend.actors.processing\_time.p95**(gauge)                         | 95th percentile time for actor message processing.*Shown as nanosecond*                                       |
| **lightbend.actors.processing\_time.p98**(gauge)                         | 98th percentile time for actor message processing.*Shown as nanosecond*                                       |
| **lightbend.actors.processing\_time.p99**(gauge)                         | 99th percentile time for actor message processing.*Shown as nanosecond*                                       |
| **lightbend.actors.processing\_time.p999**(gauge)                        | 99.9th percentile time for actor message processing.*Shown as nanosecond*                                     |
| **lightbend.actors.processing\_time.stddev**(gauge)                      | Standard deviation for the time for actor message processing.*Shown as nanosecond*                            |
| **lightbend.actors.sent\_messages.mean\_rate**(gauge)                    | Average rate of messages sent by an actor.*Shown as message*                                                  |
| **lightbend.actors.sent\_messages.min1\_rate**(gauge)                    | 1 minute rate of messages sent by an actor.*Shown as message*                                                 |
| **lightbend.actors.sent\_messages.min15\_rate**(gauge)                   | 15 minute rate of messages sent by an actor.*Shown as message*                                                |
| **lightbend.actors.sent\_messages.min5\_rate**(gauge)                    | 5 minute rate of messages sent by an actor.*Shown as message*                                                 |
| **lightbend.actors.sent\_messages.samples**(gauge)                       | Total number of messages sent by an actor.*Shown as message*                                                  |
| **lightbend.actors.stash\_size.max**(gauge)                              | Maximum number of messages in an actor's stash.*Shown as message*                                             |
| **lightbend.actors.stash\_size.mean**(gauge)                             | Average number of messages in an actor's stash.*Shown as message*                                             |
| **lightbend.actors.stash\_size.median**(gauge)                           | Median number of messages in an actor's stash.*Shown as message*                                              |
| **lightbend.actors.stash\_size.min**(gauge)                              | Minimum number of messages in an actor's stash.*Shown as message*                                             |
| **lightbend.actors.stash\_size.p75**(gauge)                              | 75th percentile number of messages in an actor's stash.*Shown as message*                                     |
| **lightbend.actors.stash\_size.p95**(gauge)                              | 95th percentile number of messages in an actor's stash.*Shown as message*                                     |
| **lightbend.actors.stash\_size.p98**(gauge)                              | 98th percentile number of messages in an actor's stash.*Shown as message*                                     |
| **lightbend.actors.stash\_size.p99**(gauge)                              | 99th percentile number of messages in an actor's stash.*Shown as message*                                     |
| **lightbend.actors.stash\_size.p999**(gauge)                             | 99.9th percentile number of messages in an actor's stash.*Shown as message*                                   |
| **lightbend.actors.stash\_size.stddev**(gauge)                           | Standard deviation for the number of messages in an actor's stash.*Shown as message*                          |
| **lightbend.actors.actor\_failure.mean\_rate**(gauge)                    | Average rate of actor failures.*Shown as error*                                                               |
| **lightbend.actors.actor\_failure.min1\_rate**(gauge)                    | 1 minute rate of actor failures.*Shown as error*                                                              |
| **lightbend.actors.actor\_failure.min15\_rate**(gauge)                   | 15 minute rate of actor failures.*Shown as error*                                                             |
| **lightbend.actors.actor\_failure.min5\_rate**(gauge)                    | 5 minute rate of actor failures.*Shown as error*                                                              |
| **lightbend.actors.actor\_failure.samples**(gauge)                       | Total number of actor failures.*Shown as error*                                                               |
| **lightbend.actors.dead\_letter.mean\_rate**(gauge)                      | Average rate of actor dead letters.*Shown as event*                                                           |
| **lightbend.actors.dead\_letter.min1\_rate**(gauge)                      | 1 minute rate of actor dead letters.*Shown as event*                                                          |
| **lightbend.actors.dead\_letter.min15\_rate**(gauge)                     | 15 minute rate of actor dead letters.*Shown as event*                                                         |
| **lightbend.actors.dead\_letter.min5\_rate**(gauge)                      | 5 minute rate of actor dead letters.*Shown as event*                                                          |
| **lightbend.actors.dead\_letter.samples**(gauge)                         | Total number of actor dead letters.*Shown as event*                                                           |
| **lightbend.actors.unhandled\_message.mean\_rate**(gauge)                | Average rate of unhandled actor messages.*Shown as event*                                                     |
| **lightbend.actors.unhandled\_message.min1\_rate**(gauge)                | 1 minute rate of unhandled actor messages.*Shown as event*                                                    |
| **lightbend.actors.unhandled\_message.min15\_rate**(gauge)               | 15 minute rate of unhandled actor messages.*Shown as event*                                                   |
| **lightbend.actors.unhandled\_message.min5\_rate**(gauge)                | 5 minute rate of unhandled actor messages.*Shown as event*                                                    |
| **lightbend.actors.unhandled\_message.samples**(gauge)                   | Total number of unhandled actor messages.*Shown as event*                                                     |
| **lightbend.actors.log\_error.mean\_rate**(gauge)                        | Average rate of actor log errors.*Shown as error*                                                             |
| **lightbend.actors.log\_error.min1\_rate**(gauge)                        | 1 minute rate of actor log errors.*Shown as error*                                                            |
| **lightbend.actors.log\_error.min15\_rate**(gauge)                       | 15 minute rate of actor log errors.*Shown as error*                                                           |
| **lightbend.actors.log\_error.min5\_rate**(gauge)                        | 5 minute rate of actor log errors.*Shown as error*                                                            |
| **lightbend.actors.log\_error.samples**(gauge)                           | Total number of actor log errors.*Shown as error*                                                             |
| **lightbend.actors.log\_warning.mean\_rate**(gauge)                      | Average rate of actor log warnings.*Shown as event*                                                           |
| **lightbend.actors.log\_warning.min1\_rate**(gauge)                      | 1 minute rate of actor log warnings.*Shown as event*                                                          |
| **lightbend.actors.log\_warning.min15\_rate**(gauge)                     | 15 minute rate of actor log warnings.*Shown as event*                                                         |
| **lightbend.actors.log\_warning.min5\_rate**(gauge)                      | 5 minute rate of actor log warnings.*Shown as event*                                                          |
| **lightbend.actors.log\_warning.samples**(gauge)                         | Total number of actor log warnings.*Shown as event*                                                           |
| **lightbend.actors.mailbox\_size\_limit.mean\_rate**(gauge)              | Average rate of threshold limit events for actor mailbox size.*Shown as event*                                |
| **lightbend.actors.mailbox\_size\_limit.min1\_rate**(gauge)              | 1 minute rate of threshold limit events for actor mailbox size.*Shown as event*                               |
| **lightbend.actors.mailbox\_size\_limit.min15\_rate**(gauge)             | 15 minute rate of threshold limit events for actor mailbox size.*Shown as event*                              |
| **lightbend.actors.mailbox\_size\_limit.min5\_rate**(gauge)              | 5 minute rate of threshold limit events for actor mailbox size.*Shown as event*                               |
| **lightbend.actors.mailbox\_size\_limit.samples**(gauge)                 | Total number of threshold limit events for actor mailbox size.*Shown as event*                                |
| **lightbend.actors.mailbox\_time\_limit.mean\_rate**(gauge)              | Average rate of threshold limit events for time in actor mailbox.*Shown as event*                             |
| **lightbend.actors.mailbox\_time\_limit.min1\_rate**(gauge)              | 1 minute rate of threshold limit events for time in actor mailbox.*Shown as event*                            |
| **lightbend.actors.mailbox\_time\_limit.min15\_rate**(gauge)             | 15 minute rate of threshold limit events for time in actor mailbox.*Shown as event*                           |
| **lightbend.actors.mailbox\_time\_limit.min5\_rate**(gauge)              | 5 minute rate of threshold limit events for time in actor mailbox.*Shown as event*                            |
| **lightbend.actors.mailbox\_time\_limit.samples**(gauge)                 | Total number of threshold limit events for time in actor mailbox.*Shown as event*                             |
| **lightbend.actors.processing\_time\_limit.mean\_rate**(gauge)           | Average rate of threshold limit events for actor message processing time.*Shown as message*                   |
| **lightbend.actors.processing\_time\_limit.min1\_rate**(gauge)           | 1 minute rate of threshold limit events for actor message processing time.*Shown as message*                  |
| **lightbend.actors.processing\_time\_limit.min15\_rate**(gauge)          | 15 minute rate of threshold limit events for actor message processing time.*Shown as message*                 |
| **lightbend.actors.processing\_time\_limit.min5\_rate**(gauge)           | 5 minute rate of threshold limit events for actor message processing time.*Shown as message*                  |
| **lightbend.actors.processing\_time\_limit.samples**(gauge)              | Total number of threshold limit events for actor message processing time.*Shown as message*                   |
| **lightbend.actors.stash\_size\_limit.mean\_rate**(gauge)                | Average rate of threshold limit events for actor stash size.*Shown as message*                                |
| **lightbend.actors.stash\_size\_limit.min1\_rate**(gauge)                | 1 minute rate of threshold limit events for actor stash size.*Shown as message*                               |
| **lightbend.actors.stash\_size\_limit.min15\_rate**(gauge)               | 15 minute rate of threshold limit events for actor stash size.*Shown as message*                              |
| **lightbend.actors.stash\_size\_limit.min5\_rate**(gauge)                | 5 minute rate of threshold limit events for actor stash size.*Shown as message*                               |
| **lightbend.actors.stash\_size\_limit.samples**(gauge)                   | Total number of threshold limit events for actor stash size.*Shown as message*                                |
| **lightbend.dispatchers.processing**(gauge)                              | Current number of tasks being processed by a dispatcher.*Shown as task*                                       |
| **lightbend.dispatchers.processing\_time.max**(gauge)                    | Maximum time for processing tasks in a dispatcher.*Shown as nanosecond*                                       |
| **lightbend.dispatchers.processing\_time.mean**(gauge)                   | Average time for processing tasks in a dispatcher.*Shown as nanosecond*                                       |
| **lightbend.dispatchers.processing\_time.median**(gauge)                 | Median time for processing tasks in a dispatcher.*Shown as nanosecond*                                        |
| **lightbend.dispatchers.processing\_time.min**(gauge)                    | Minimum time for processing tasks in a dispatcher.*Shown as nanosecond*                                       |
| **lightbend.dispatchers.processing\_time.p75**(gauge)                    | 75th percentile time for processing tasks in a dispatcher.*Shown as nanosecond*                               |
| **lightbend.dispatchers.processing\_time.p95**(gauge)                    | 95th percentile time for processing tasks in a dispatcher.*Shown as nanosecond*                               |
| **lightbend.dispatchers.processing\_time.p98**(gauge)                    | 98th percentile time for processing tasks in a dispatcher.*Shown as nanosecond*                               |
| **lightbend.dispatchers.processing\_time.p99**(gauge)                    | 99th percentile time for processing tasks in a dispatcher.*Shown as nanosecond*                               |
| **lightbend.dispatchers.processing\_time.p999**(gauge)                   | 99.9th percentile time for processing tasks in a dispatcher.*Shown as nanosecond*                             |
| **lightbend.dispatchers.processing\_time.stddev**(gauge)                 | Standard deviation for the time for processing tasks in a dispatcher.*Shown as nanosecond*                    |
| **lightbend.dispatchers.queue\_size**(gauge)                             | Current number of tasks queued to be processed by a dispatcher.*Shown as task*                                |
| **lightbend.dispatchers.queue\_time.max**(gauge)                         | Maximum queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*                    |
| **lightbend.dispatchers.queue\_time.mean**(gauge)                        | Average queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*                    |
| **lightbend.dispatchers.queue\_time.median**(gauge)                      | Median queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*                     |
| **lightbend.dispatchers.queue\_time.min**(gauge)                         | Minimum queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*                    |
| **lightbend.dispatchers.queue\_time.p75**(gauge)                         | 75th percentile queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*            |
| **lightbend.dispatchers.queue\_time.p95**(gauge)                         | 95th percentile queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*            |
| **lightbend.dispatchers.queue\_time.p98**(gauge)                         | 98th percentile queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*            |
| **lightbend.dispatchers.queue\_time.p99**(gauge)                         | 99th percentile queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*            |
| **lightbend.dispatchers.queue\_time.p999**(gauge)                        | 99.9th percentile queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond*          |
| **lightbend.dispatchers.queue\_time.stddev**(gauge)                      | Standard deviation for the queue time for tasks waiting to be processed by a dispatcher.*Shown as nanosecond* |
| **lightbend.dispatchers.parallelism**(gauge)                             | Parallelism setting for a fork/join thread pool.                                                              |
| **lightbend.dispatchers.pool\_size**(gauge)                              | Current size of a thread pool.                                                                                |
| **lightbend.dispatchers.active\_threads**(gauge)                         | Estimate of the number of active threads in a thread pool.*Shown as thread*                                   |
| **lightbend.dispatchers.running\_threads**(gauge)                        | Estimate of the number of running threads (not blocked) in a fork/join thread pool.*Shown as thread*          |
| **lightbend.dispatchers.queued\_tasks**(gauge)                           | Estimate of the number of queued tasks in a fork/join thread pool.*Shown as task*                             |
| **lightbend.actors.remote\_sent\_messages.mean\_rate**(gauge)            | Average rate of remote messages sent.*Shown as message*                                                       |
| **lightbend.actors.remote\_sent\_messages.min1\_rate**(gauge)            | 1 minute rate of remote messages sent.*Shown as message*                                                      |
| **lightbend.actors.remote\_sent\_messages.min15\_rate**(gauge)           | 15 minute rate of remote messages sent.*Shown as message*                                                     |
| **lightbend.actors.remote\_sent\_messages.min5\_rate**(gauge)            | 5 minute rate of remote messages sent.*Shown as message*                                                      |
| **lightbend.actors.remote\_sent\_messages.samples**(gauge)               | Total number of remote messages sent.*Shown as message*                                                       |
| **lightbend.actors.remote\_received\_messages.mean\_rate**(gauge)        | Average rate of remote messages received.*Shown as message*                                                   |
| **lightbend.actors.remote\_received\_messages.min1\_rate**(gauge)        | 1 minute rate of remote messages received.*Shown as message*                                                  |
| **lightbend.actors.remote\_received\_messages.min15\_rate**(gauge)       | 15 minute rate of remote messages received.*Shown as message*                                                 |
| **lightbend.actors.remote\_received\_messages.min5\_rate**(gauge)        | 5 minute rate of remote messages received.*Shown as message*                                                  |
| **lightbend.actors.remote\_received\_messages.samples**(gauge)           | Total number of remote messages received.*Shown as message*                                                   |
| **lightbend.actors.remote\_sent\_message\_size.max**(gauge)              | Maximum size of remote messages sent.*Shown as byte*                                                          |
| **lightbend.actors.remote\_sent\_message\_size.mean**(gauge)             | Average size of remote messages sent.*Shown as byte*                                                          |
| **lightbend.actors.remote\_sent\_message\_size.median**(gauge)           | Median size of remote messages sent.*Shown as byte*                                                           |
| **lightbend.actors.remote\_sent\_message\_size.min**(gauge)              | Minimum size of remote messages sent.*Shown as byte*                                                          |
| **lightbend.actors.remote\_sent\_message\_size.p75**(gauge)              | 75th percentile size of remote messages sent.*Shown as byte*                                                  |
| **lightbend.actors.remote\_sent\_message\_size.p95**(gauge)              | 95th percentile size of remote messages sent.*Shown as byte*                                                  |
| **lightbend.actors.remote\_sent\_message\_size.p98**(gauge)              | 98th percentile size of remote messages sent.*Shown as byte*                                                  |
| **lightbend.actors.remote\_sent\_message\_size.p99**(gauge)              | 99th percentile size of remote messages sent.*Shown as byte*                                                  |
| **lightbend.actors.remote\_sent\_message\_size.p999**(gauge)             | 99.9th percentile size of remote messages sent.*Shown as byte*                                                |
| **lightbend.actors.remote\_sent\_message\_size.stddev**(gauge)           | Standard deviation for the size of remote messages sent.*Shown as byte*                                       |
| **lightbend.actors.remote\_received\_message\_size.max**(gauge)          | Maximum size of remote messages received.*Shown as byte*                                                      |
| **lightbend.actors.remote\_received\_message\_size.mean**(gauge)         | Average size of remote messages received.*Shown as byte*                                                      |
| **lightbend.actors.remote\_received\_message\_size.median**(gauge)       | Median size of remote messages received.*Shown as byte*                                                       |
| **lightbend.actors.remote\_received\_message\_size.min**(gauge)          | Minimum size of remote messages received.*Shown as byte*                                                      |
| **lightbend.actors.remote\_received\_message\_size.p75**(gauge)          | 75th percentile size of remote messages received.*Shown as byte*                                              |
| **lightbend.actors.remote\_received\_message\_size.p95**(gauge)          | 95th percentile size of remote messages received.*Shown as byte*                                              |
| **lightbend.actors.remote\_received\_message\_size.p98**(gauge)          | 98th percentile size of remote messages received.*Shown as byte*                                              |
| **lightbend.actors.remote\_received\_message\_size.p99**(gauge)          | 99th percentile size of remote messages received.*Shown as byte*                                              |
| **lightbend.actors.remote\_received\_message\_size.p999**(gauge)         | 99.9th percentile size of remote messages received.*Shown as byte*                                            |
| **lightbend.actors.remote\_received\_message\_size.stddev**(gauge)       | Standard deviation for the size of remote messages received.*Shown as byte*                                   |
| **lightbend.actors.remote\_serialization\_time.max**(gauge)              | Maximum time for serialization of remote messages.*Shown as nanosecond*                                       |
| **lightbend.actors.remote\_serialization\_time.mean**(gauge)             | Average time for serialization of remote messages.*Shown as nanosecond*                                       |
| **lightbend.actors.remote\_serialization\_time.median**(gauge)           | Median time for serialization of remote messages.*Shown as nanosecond*                                        |
| **lightbend.actors.remote\_serialization\_time.min**(gauge)              | Minimum time for serialization of remote messages.*Shown as nanosecond*                                       |
| **lightbend.actors.remote\_serialization\_time.p75**(gauge)              | 75th percentile time for serialization of remote messages.*Shown as nanosecond*                               |
| **lightbend.actors.remote\_serialization\_time.p95**(gauge)              | 95th percentile time for serialization of remote messages.*Shown as nanosecond*                               |
| **lightbend.actors.remote\_serialization\_time.p98**(gauge)              | 98th percentile time for serialization of remote messages.*Shown as nanosecond*                               |
| **lightbend.actors.remote\_serialization\_time.p99**(gauge)              | 99th percentile time for serialization of remote messages.*Shown as nanosecond*                               |
| **lightbend.actors.remote\_serialization\_time.p999**(gauge)             | 99.9th percentile time for serialization of remote messages.*Shown as nanosecond*                             |
| **lightbend.actors.remote\_serialization\_time.stddev**(gauge)           | Standard deviation for the time for serialization of remote messages.*Shown as nanosecond*                    |
| **lightbend.actors.remote\_deserialization\_time.max**(gauge)            | Maximum time for deserialization of remote messages.*Shown as nanosecond*                                     |
| **lightbend.actors.remote\_deserialization\_time.mean**(gauge)           | Average time for deserialization of remote messages.*Shown as nanosecond*                                     |
| **lightbend.actors.remote\_deserialization\_time.median**(gauge)         | Median time for deserialization of remote messages.*Shown as nanosecond*                                      |
| **lightbend.actors.remote\_deserialization\_time.min**(gauge)            | Minimum time for deserialization of remote messages.*Shown as nanosecond*                                     |
| **lightbend.actors.remote\_deserialization\_time.p75**(gauge)            | 75th percentile time for deserialization of remote messages.*Shown as nanosecond*                             |
| **lightbend.actors.remote\_deserialization\_time.p95**(gauge)            | 95th percentile time for deserialization of remote messages.*Shown as nanosecond*                             |
| **lightbend.actors.remote\_deserialization\_time.p98**(gauge)            | 98th percentile time for deserialization of remote messages.*Shown as nanosecond*                             |
| **lightbend.actors.remote\_deserialization\_time.p99**(gauge)            | 99th percentile time for deserialization of remote messages.*Shown as nanosecond*                             |
| **lightbend.actors.remote\_deserialization\_time.p999**(gauge)           | 99.9th percentile time for deserialization of remote messages.*Shown as nanosecond*                           |
| **lightbend.actors.remote\_deserialization\_time.stddev**(gauge)         | Standard deviation for the time for deserialization of remote messages.*Shown as nanosecond*                  |
| **lightbend.actors.remote\_large\_message\_sent.mean\_rate**(gauge)      | Average rate of threshold limit events for large remote messages sent.*Shown as event*                        |
| **lightbend.actors.remote\_large\_message\_sent.min1\_rate**(gauge)      | 1 minute rate of threshold limit events for large remote messages sent.*Shown as event*                       |
| **lightbend.actors.remote\_large\_message\_sent.min15\_rate**(gauge)     | 15 minute rate of threshold limit events for large remote messages sent.*Shown as event*                      |
| **lightbend.actors.remote\_large\_message\_sent.min5\_rate**(gauge)      | 5 minute rate of threshold limit events for large remote messages sent.*Shown as event*                       |
| **lightbend.actors.remote\_large\_message\_sent.samples**(gauge)         | Total number of threshold limit events for large remote messages sent.*Shown as event*                        |
| **lightbend.actors.remote\_large\_message\_received.mean\_rate**(gauge)  | Average rate of threshold limit events for large remote messages received.*Shown as event*                    |
| **lightbend.actors.remote\_large\_message\_received.min1\_rate**(gauge)  | 1 minute rate of threshold limit events for large remote messages received.*Shown as event*                   |
| **lightbend.actors.remote\_large\_message\_received.min15\_rate**(gauge) | 15 minute rate of threshold limit events for large remote messages received.*Shown as event*                  |
| **lightbend.actors.remote\_large\_message\_received.min5\_rate**(gauge)  | 5 minute rate of threshold limit events for large remote messages received.*Shown as event*                   |
| **lightbend.actors.remote\_large\_message\_received.samples**(gauge)     | Total number of threshold limit events for large remote messages received.*Shown as event*                    |
| **lightbend.remote\_nodes.cluster\_domain\_event.mean\_rate**(gauge)     | Average rate of Akka cluster domain events.*Shown as event*                                                   |
| **lightbend.remote\_nodes.cluster\_domain\_event.min1\_rate**(gauge)     | 1 minute rate of Akka cluster domain events.*Shown as event*                                                  |
| **lightbend.remote\_nodes.cluster\_domain\_event.min15\_rate**(gauge)    | 15 minute rate of Akka cluster domain events.*Shown as event*                                                 |
| **lightbend.remote\_nodes.cluster\_domain\_event.min5\_rate**(gauge)     | 5 minute rate of Akka cluster domain events.*Shown as event*                                                  |
| **lightbend.remote\_nodes.cluster\_domain\_event.samples**(gauge)        | Total number of Akka cluster domain events.*Shown as event*                                                   |
| **lightbend.remote\_nodes.cluster\_member\_event.mean\_rate**(gauge)     | Average rate of Akka cluster member events.*Shown as event*                                                   |
| **lightbend.remote\_nodes.cluster\_member\_event.min1\_rate**(gauge)     | 1 minute rate of Akka cluster member events.*Shown as event*                                                  |
| **lightbend.remote\_nodes.cluster\_member\_event.min15\_rate**(gauge)    | 15 minute rate of Akka cluster member events.*Shown as event*                                                 |
| **lightbend.remote\_nodes.cluster\_member\_event.min5\_rate**(gauge)     | 5 minute rate of Akka cluster member events.*Shown as event*                                                  |
| **lightbend.remote\_nodes.cluster\_member\_event.samples**(gauge)        | Total number of Akka cluster member events.*Shown as event*                                                   |
| **lightbend.remote\_nodes.node\_quarantined\_event.mean\_rate**(gauge)   | Average rate of Akka remote node quarantined events.*Shown as event*                                          |
| **lightbend.remote\_nodes.node\_quarantined\_event.min1\_rate**(gauge)   | 1 minute rate of Akka remote node quarantined events.*Shown as event*                                         |
| **lightbend.remote\_nodes.node\_quarantined\_event.min15\_rate**(gauge)  | 15 minute rate of Akka remote node quarantined events.*Shown as event*                                        |
| **lightbend.remote\_nodes.node\_quarantined\_event.min5\_rate**(gauge)   | 5 minute rate of Akka remote node quarantined events.*Shown as event*                                         |
| **lightbend.remote\_nodes.node\_quarantined\_event.samples**(gauge)      | Total number of Akka remote node quarantined events.*Shown as event*                                          |
| **lightbend.remote\_nodes.phi\_accrual\_value**(gauge)                   | Current phi accrual value for Akka remote node failure detection.                                             |
| **lightbend.self\_nodes.phi\_accrual\_threshold\_value**(gauge)          | Current phi accrual threshold value for Akka remote node failure detection.                                   |

### Events{% #events %}

The Lightbend Reactive Platform integration does not include any events.

### Service Checks{% #service-checks %}

The Lightbend Reactive Platform integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).
