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 2020/01/13 21:38:13 UTC

[GitHub] [flink] lukess edited a comment on issue #9848: [FLINK-14332] [flink-metrics-signalfx] add flink-metrics-signalfx

lukess edited a comment on issue #9848: [FLINK-14332] [flink-metrics-signalfx] add flink-metrics-signalfx
URL: https://github.com/apache/flink/pull/9848#issuecomment-573252493
 
 
   @aljoscha I'm running the new SignalFXReporter in our environments. Current implementation:
   1. current metric full name is from MetricGroup getScopeComponents(), and remove MetricGroup getAllVariables(), and finally append metricName from notifier. The getAllVariables() store as SFX dimensions that are similar to Graphite 1.1.x tags.
   2. SFX AggregateMetricSender works as reporter to send protobuf data point to SFX backend
   3. support Gauge, Meter and Counter
   4. remove unnecessary tests
   5. remove codahale dependency

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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