You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/28 18:00:37 UTC

[GitHub] 1u0 commented on issue #6976: [FLINK-7155][metrics] Add new metrics reporter to InfluxDB

1u0 commented on issue #6976: [FLINK-7155][metrics] Add new metrics reporter to InfluxDB
URL: https://github.com/apache/flink/pull/6976#issuecomment-458236341
 
 
   @knaufk, this may be due to some bug in (older) Flink runtime.
   
   I don't see the index value in the resulting name, by running under debugger (for `1.8-SNAPSHOT` code base). You may try different Flink released versions (`1.6.*` vs `1.7.*`) to verify if it's Flink version specific.
   
   Technical note: the reporter itself is not building the whole name itself, but delegates to `FrontMetricGroup<AbstractMetricGroup<?>>.getLogicalScope` (same for `AbstractPrometheusReporter`) for the part that contains `"operator_subtask_index"`.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services