[
https://issues.apache.org/jira/browse/IGNITE-16804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519544#comment-17519544
]
Sergey Korotkov commented on IGNITE-16804:
------------------------------------------
[~ivandasch] would you please review
> 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)