telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

chore(inputs.jolokia2): Move agent and proxy one level up

Open srebhan opened this issue 3 years ago • 2 comments

  • [x] Updated associated README.md.
  • [x] Wrote appropriate unit tests.
  • [x] Pull request title or commits are in conventional commit format

This PR moves the jolokia2_agent and jolokia2_proxy input plugins from the plugins/inputs/jolokia2 directory on level up to plugins/inputs. This way, the two plugins are adhering now to the standard structure, making discovery easier. The common parts of the two plugins moved to plugins/common/jolokia2 and the READMEs, registrations, tests, etc were split accordingly.

srebhan avatar Aug 08 '22 18:08 srebhan

Thanks for moving these into plugins/inputs. It will be easier for everyone to find them when they're not nested under plugins/inputs/jolokia2

reimda avatar Aug 08 '22 21:08 reimda