You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Chudov (Jira)" <ji...@apache.org> on 2022/09/06 09:32:00 UTC

[jira] [Updated] (IGNITE-17443) Implement opencensus metric exporter

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

Denis Chudov updated IGNITE-17443:
----------------------------------
    Description: 
Implement opencensus metric exporter, which should push metrics to OpenCensus, 

Metrics should be recorded via OpenCensus API with some period of time. The basic classes for creating metric exporters which are pushing metrics periodically, should be added in IGNITE-17444. 

For more information about OpenCensus API, see https://opencensus.io/exporters/supported-exporters/java .

Basically, this exporter should work likewise the exporter in Apache Ignite 2. See https://github.com/apache/ignite/blob/master/modules/opencensus/src/main/java/org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.java


  was:Implement opencensus metric exporter, which should push metrics to opencensus, likewise the opencensus exporter in Apache Ignite 2.


> Implement opencensus metric exporter
> ------------------------------------
>
>                 Key: IGNITE-17443
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17443
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Denis Chudov
>            Priority: Major
>              Labels: ignite-3
>
> Implement opencensus metric exporter, which should push metrics to OpenCensus, 
> Metrics should be recorded via OpenCensus API with some period of time. The basic classes for creating metric exporters which are pushing metrics periodically, should be added in IGNITE-17444. 
> For more information about OpenCensus API, see https://opencensus.io/exporters/supported-exporters/java .
> Basically, this exporter should work likewise the exporter in Apache Ignite 2. See https://github.com/apache/ignite/blob/master/modules/opencensus/src/main/java/org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.java



--
This message was sent by Atlassian Jira
(v8.20.10#820010)