Sergey Korotkov created IGNITE-16804:
----------------------------------------

             Summary: Add ability to collect metrics from ducktests
                 Key: IGNITE-16804
                 URL: https://issues.apache.org/jira/browse/IGNITE-16804
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergey Korotkov
            Assignee: Sergey Korotkov


Add ability to run ducktests with the metrics export enabled.

It should be possible to export metrics both via the JMX remote and in the 
prometheus format via the HTTP.

It should be possible both for local run in docker and for runs in real 
environment.

It should be possible to separate metrics obtained for each individual test.

Metrics export configuration should be defined via the _globals_ parameters like
{code:java}
{
  "jmx_remote_enabled":true,
  "metrics": { 
     "opencensus": { 
        "enabled":true, 
        "port": 8082
     },
     "jmx": {
        "enabled":true
     }
  }
}{code}
 

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to