Skip to main content

GetRayPerfLogs

Returns performance information about a Rivet Ray.

Path Parameters
  • ray_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Responses

GetRayPerfLogs 200 response

Schema
  • perf_lists object[] required

    A list of service performance summaries.

    • svc_name string required

      The name of the service.

    • ts date-time required

      RFC3339 timestamp.

    • duration int64 required

      Unsigned 64 bit integer.

    • req_id string

      Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

      A universally unique identifier.

    • spans object[] required

      A list of performance spans.

      • label string required

        The label given to this performance span.

      • start_ts date-time required

        RFC3339 timestamp.

      • finish_ts date-time

        RFC3339 timestamp.

      • req_id string

        Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

        A universally unique identifier.

    • marks object[] required

      A list of performance marks.

      • label string required

        The label given to this performance mark.

      • ts date-time required

        RFC3339 timestamp.

      • ray_id string

        Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

        A universally unique identifier.

      • req_id string

        Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

        A universally unique identifier.