Monitoring Dropwizard
Learn about Monitoring Dropwizard.
Support information
To make sure that the Dropwizard sensor is compatible with your current setup, check the following support information sections:
Supported versions and support policy
The sensor supports all versions of Dropwizard 4.0 and earlier.
The following table shows the latest supported version and support policy:
| Technology | Support policy | Latest technology version | Latest supported version |
|---|---|---|---|
| Dropwizard | 45 days | 5.0.1 | 5.0.1 |
For more information about the support policy, see Support strategy for sensors.
Supported tracing
For this technology, Instana supports tracing. For more information, see Instrumented frameworks and libraries.
Configuring
For monitoring a subset of metrics by using a regular expression, configure the Dropwizard sensor by using the following configuration. You can also configure custom polling rate by using thepoll_rate configuration.
com.instana.plugin.dropwizard:
poll_rate: 1 # Value is in seconds. Default value is 1 second.
metricsRegex: '<OPTIONAL_REGEX_HERE>'
Configuring the polling rate
You can configure how often Instana polls Dropwizard to collect data and metrics by using the poll_rate parameter in the agent configuration.yaml file as shown in the following example:
com.instana.plugin.dropwizard:
poll_rate: 1 # values are in seconds. Default value is 1 second.
Tracked Configuration
- Application name
- Dropwizard version
Metrics
The sensor collects all core metric types, up to 3000 metrics in total:
- Counters
- Gauges
- Histograms
- Meters
- Timers
Custom Metrics
Custom metrics are automatically ingested and displayed on the Dropwizard dashboard.
Health Checks
Instana agent performs Dropwizard health checks every 20 seconds. Failing health checks are subsequently reported in the form of issues.