Interface CommunicationChannel

Interface for the communication between OpenKit and Dynatrace.

Hierarchy

  • CommunicationChannel

Methods

  • Send a new session request to the dynatrace server.

    Returns

    A status response

    Parameters

    • url: string

      The url for the active gate.

    • request: StatusRequest

      The request parameters for the status request.

    Returns Promise<StatusResponse>

  • Send payload data to the dynatrace server.

    Returns

    A status response.

    Parameters

    • url: string

      The url for the active gate.

    • request: StatusRequest

      The request parameters for the status request.

    • query: string

      The query which should be send to the server.

    Returns Promise<StatusResponse>

  • Send a status request to the dynatrace server.

    Returns

    A status response.

    Parameters

    • url: string

      The url for the active gate.

    • request: StatusRequest

      The request parameters for the status request.

    Returns Promise<StatusResponse>

Generated using TypeDoc