Skip to main content

ServiceProfileResponse

service object
namestringnullablerequired

Service name

first_seenstring<date-time>nullablerequired

When the service was first seen

last_noticedstring<date-time>nullablerequired

When the service was last noticed

spans object[]

All spans for this service with peer service and performance stats

  • Array [
  • peer_servicestring

    The other service in the relationship

    span_namestring

    Span name for this relationship

    methodstring

    HTTP/RPC method if applicable

    error_ratenumber<double>

    Error rate (0.0 to 1.0)

    avg_latency_msnumber<double>

    Average latency in milliseconds

    min_latency_msnumber<double>

    Minimum latency in milliseconds

    max_latency_msnumber<double>

    Maximum latency in milliseconds

    first_seenstring<date-time>

    When the relationship was first seen

    last_noticedstring<date-time>

    When the relationship was last noticed

  • ]
  • ServiceProfileResponse
    {
    "service": {
    "name": "string",
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    },
    "spans": [
    {
    "peer_service": "string",
    "span_name": "string",
    "method": "string",
    "error_rate": 0,
    "avg_latency_ms": 0,
    "min_latency_ms": 0,
    "max_latency_ms": 0,
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    Was this page helpful?