JMX Exporter
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Miscellaneous

HTTP mode supports HTTP server thread pool tuning.

Notes

  • By default, a maximum of 10 threads are used

Configuration

httpServer:
  threads:
    minimum: 1
    maximum: 10
    keepAliveTime: 120 # seconds
  • minimum - minimum number of threads
  • maximum - maximum number of threads
  • keepAliveTime - thread keep-alive time in seconds

Notes

  • If the work queue is full, the request will be blocked until space is available in the work queue for the request

Complex YAML Configuration Examples

Integration tests provide complex/concrete examples of application and YAML configuration files.