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
    Modifier and Type
    Field
    Description
    static final String
    The tracing rest service namespace.
    static final String
    The path to add to the current service path for publishing traces to Activepivot server.
    static final String
    The full rest tracing endpoint.
    static final String
    The version number.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts client tracing info and forwards them to the Tracing system.
  • Field Details

  • Method Details

    • 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