Tabnine Logo
MetricReporter
Code IndexAdd Tabnine to your IDE (free)

How to use
MetricReporter
in
org.apache.flink.metrics.reporter

Best Java code snippets using org.apache.flink.metrics.reporter.MetricReporter (Showing top 16 results out of 315)

origin: org.apache.flink/flink-runtime_2.11

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfAddedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfRemovedMetric(metric, metricName, front);
origin: com.alibaba.blink/flink-runtime

reporterConfig.addAllToProperties(metricConfig);
LOG.info("Configuring {} with {}.", namedReporter, metricConfig);
reporterInstance.open(metricConfig);
origin: org.apache.flink/flink-runtime_2.11

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: org.apache.flink/flink-runtime

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: com.alibaba.blink/flink-runtime

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: org.apache.flink/flink-runtime_2.11

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfRemovedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfAddedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime

reporterConfig.addAllToProperties(metricConfig);
LOG.info("Configuring {} with {}.", namedReporter, metricConfig);
reporterInstance.open(metricConfig);
origin: org.apache.flink/flink-runtime_2.10

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    LOG.warn("Metrics reporter did not shut down cleanly", t);
origin: org.apache.flink/flink-runtime_2.10

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfRemovedMetric(metric, metricName, front);
origin: com.alibaba.blink/flink-runtime

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfAddedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime_2.10

reporterConfig.addAllToProperties(metricConfig);
LOG.info("Configuring {} with {}.", reporterClass.getSimpleName(), metricConfig);
reporterInstance.open(metricConfig);
origin: com.alibaba.blink/flink-runtime

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfRemovedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime_2.10

if (reporter != null) {
  FrontMetricGroup front = new FrontMetricGroup<AbstractMetricGroup<?>>(i, group);
  reporter.notifyOfAddedMetric(metric, metricName, front);
origin: org.apache.flink/flink-runtime_2.11

reporterConfig.addAllToProperties(metricConfig);
LOG.info("Configuring {} with {}.", namedReporter, metricConfig);
reporterInstance.open(metricConfig);
org.apache.flink.metrics.reporterMetricReporter

Javadoc

Reporters are used to export Metric to an external backend.

Reporters are instantiated via reflection and must be public, non-abstract, and have a public no-argument constructor.

Most used methods

  • close
  • notifyOfAddedMetric
  • notifyOfRemovedMetric
  • open

Popular in Java

  • Parsing JSON documents to java classes using gson
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JTable (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now