public class SpanStartProfilingEventType extends Object implements ProfilingEventType<SpanProfilingEventContext>
ProfilingEventType that indicates that a span should be created. A Span represents both a unit of work and the time
it took to happen. The ProfilingDataConsumer that listen to this events are responsible
for handling and matching the start and end of this profiling events.| Constructor and Description |
|---|
SpanStartProfilingEventType(String profilingEventTypeIdentifier,
String profilingEventTypeNamespace) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfilingEventTypeIdentifier() |
String |
getProfilingEventTypeNamespace() |
public String getProfilingEventTypeIdentifier()
getProfilingEventTypeIdentifier in interface ProfilingEventType<SpanProfilingEventContext>public String getProfilingEventTypeNamespace()
getProfilingEventTypeNamespace in interface ProfilingEventType<SpanProfilingEventContext>Copyright © 2022 MuleSoft, Inc.. All rights reserved.