https://github.com/arbll/docker-tomcat-jmx
Tomcat exposing JMX metrics in a container
https://github.com/arbll/docker-tomcat-jmx
datadog datadog-agent docker jmx
Last synced: 3 months ago
JSON representation
Tomcat exposing JMX metrics in a container
- Host: GitHub
- URL: https://github.com/arbll/docker-tomcat-jmx
- Owner: arbll
- Created: 2018-05-22T07:44:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T09:14:09.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T19:51:59.693Z (5 months ago)
- Topics: datadog, datadog-agent, docker, jmx
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tomcat-jmx
Tomcat exposing JMX metrics in a container. Can be used as an (unofficial) example on how to expose JMX metrics to the datadog-agent auto-discovery.This container works out of the box with the datadog-agent.
## Usage
```bash
docker run -d arbll/tomcat:latest
```