[
https://issues.apache.org/jira/browse/IGNITE-17443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17607185#comment-17607185
]
Vyacheslav Koptilin commented on IGNITE-17443:
----------------------------------------------
The OpenCensus and OpenTracing projects have merged into a new project;
OpenTelemetry.
The following statement appears on the OpenCensus project page:
??OpenCensus and OpenTracing have merged to form OpenTelemetry, which serves as
the next major version of OpenCensus and OpenTracing. OpenTelemetry will offer
backwards compatibility with existing OpenCensus integrations, and we will
continue to make security patches to existing OpenCensus libraries for two
years.??
https://opencensus.io/
It seems to me there is no reason to waste time to implement OpenCensus spec,
we should proceed with the OpenTelemetry instead.
> 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 using
> [OpenCensus |https://opencensus.io] API.
> Metrics should be recorded via OpenCensus API once in 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://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html
> .
--
This message was sent by Atlassian Jira
(v8.20.10#820010)