org.camunda.bpm.engine.impl.metrics
Class SimpleIpBasedProvider
java.lang.Object
org.camunda.bpm.engine.impl.metrics.SimpleIpBasedProvider
- All Implemented Interfaces:
- MetricsReporterIdProvider
public class SimpleIpBasedProvider
- extends Object
- implements MetricsReporterIdProvider
- Author:
- Thorben Lindhauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleIpBasedProvider
public SimpleIpBasedProvider()
provideId
public String provideId(ProcessEngine processEngine)
- Description copied from interface:
MetricsReporterIdProvider
- Provides an id that identifies the metrics reported as part of the given engine's
process execution. May return null.
- Specified by:
provideId
in interface MetricsReporterIdProvider
createId
public static final String createId(String ip,
String engineName)
Copyright © 2016 camunda services GmbH. All rights reserved.