public interface ProfilingProducerScope
ProfilingDataProducer. When a ProfilingDataProducer is retrieved from
ProfilingService.getProfilingDataProducer(ProfilingEventType, ProfilingProducerScope), it will be associated to the
scope defined by the getProducerScopeIdentifier() and getProducerScopeTypeIdentifier().
For example, if we want to produce data associated to an artifact, a ProfilingDataProducer should retrieved through
ProfilingService.getProfilingDataProducer(ProfilingEventType, ProfilingProducerScope) with an implementation of
ProfilingProducerScope that represents the context of that artifact.
| Modifier and Type | Method and Description |
|---|---|
String |
getProducerScopeIdentifier() |
ProfilingProducerScopeType |
getProducerScopeTypeIdentifier() |
String getProducerScopeIdentifier()
ProfilingDataProducerProfilingProducerScopeType getProducerScopeTypeIdentifier()
ProfilingDataProducer
associated to an artifact, this identifier should represent that level of granularity (the data will be bound to
application A but not application B, for example).Copyright © 2022 MuleSoft, Inc.. All rights reserved.