Skip to main content

ServiceMetricsResponse

service_namestring

The service name

metrics object[]
  • Array [
  • namestring

    Metric name

    typestring

    Metric type (counter, gauge, histogram, etc.)

    descriptionstring

    Metric description

    first_seenstring<date-time>

    When the metric was first seen

    last_noticedstring<date-time>

    When the metric was last noticed

  • ]
  • ServiceMetricsResponse
    {
    "service_name": "string",
    "metrics": [
    {
    "name": "string",
    "type": "string",
    "description": "string",
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    Was this page helpful?