[ 
https://issues.apache.org/jira/browse/IGNITE-16804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Korotkov updated IGNITE-16804:
-------------------------------------
    Description: 
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 
environments.

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

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

 

 

  was:
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}
 

 

 


> 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
>            Priority: Minor
>              Labels: ducktests
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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 
> environments.
> It should be possible to separate metrics obtained for each individual test.
> Metrics export configuration should be defined via the _globals_ parameters 
> like
> {code:json}
> {
>   "jmx_remote": {
>     "enabled":true,
>     "port":1098
>   },
>   "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