Skip to main content

ProfileRelationship

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

ProfileRelationship
{
"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?