Skip to main content

ServiceDependenciesResponse

service objectrequired
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

dependencies object[]required
  • Array [
  • sourcestringnullablerequired

    Source service name

    targetstringnullablerequired

    Target service name

    span_namestringnullablerequired

    Span name for this dependency

    relationship_typestringnullablerequired

    Type of relationship

    methodstringnullablerequired

    HTTP/RPC method if applicable

    first_seenstring<date-time>nullablerequired

    When the dependency was first seen

    last_noticedstring<date-time>nullablerequired

    When the dependency was last noticed

  • ]
  • infrastructure object

    Map of resource type to list of resource values

    property name* string[]
  • Array [
  • string
  • ]
  • ServiceDependenciesResponse
    {
    "service": {
    "name": "string",
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    },
    "dependencies": [
    {
    "source": "string",
    "target": "string",
    "span_name": "string",
    "relationship_type": "string",
    "method": "string",
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    }
    ],
    "infrastructure": {}
    }
    Was this page helpful?