jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
177 stars 110 forks source link

Help with the parameters for the constructor class Invocation #136

Closed developKmv closed 5 years ago

developKmv commented 5 years ago

I can not understand how to fill in @Nonnull Object [] params, @Nonnull String [] signature. If you can sample these arrays.

gehel commented 5 years ago

Do you have more context? Which class? What are you trying to do?

developKmv commented 5 years ago

I am trying to invoke the operation through the jmxtrans-agent.xml file using the </ invocations> block In this operation there are input parameters, and I do not understand how to transfer them to the invocations block. Thanks in advance for your reply.

cyrille-leclerc commented 5 years ago

@maxrprp which class?

developKmv commented 5 years ago

@cyrille-leclerc public class Invocation. I need an example of a constructor fill. I can not understand how the parameters should look @nonnull Object [] params, @nonnull String [] signature.