Package com.activeviam.tracing
Interface ITracingRestService
- All Known Implementing Classes:
ProxyTracingRestServiceController
public interface ITracingRestService
Definition of a REST service forwarding external tracing to a tracing handler.
This mainly serves as a Proxy for client-side applications connecting to ActivePivot, in order to provide them access to the internal tracing system while not requiring additional permissions to the internal architecture of the network and application deployment.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(List<JsonTracingInfo> traces) Accepts client tracing info and forwards them to the Tracing system.
-
Field Details
-
VERSION
The version number.- See Also:
-
NAMESPACE
The tracing rest service namespace.- See Also:
-
REST_API_URL_PREFIX
The full rest tracing endpoint.- See Also:
-
PUBLISH_PATH
The path to add to the current service path for publishing traces to Activepivot server.- See Also:
-
-
Method Details
-
accept
Accepts client tracing info and forwards them to the Tracing system.- Parameters:
traces- The incoming traces
-