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.

    • Method Detail

      • accept

        @PostMapping("/publish")
        void accept​(@RequestBody
                    List<JsonTracingInfo> traces)
        Accepts client tracing info and forwards them to the Tracing system.
        Parameters:
        traces - The incoming traces