Thanos · Schema

Thanos Store Info

Describes a connected store endpoint in Thanos, including its type, available time range, external labels, and health status.

MetricsMonitoringObservabilityPrometheusTime Series Database

Properties

Name Type Description
name string Address or identifier of the store endpoint (e.g., sidecar gRPC address).
storeType string The type of Thanos store component.
labelSets array External label sets advertised by this store, used for identifying data origin and deduplication.
minTime integer Minimum timestamp in milliseconds since epoch for data available from this store.
maxTime integer Maximum timestamp in milliseconds since epoch for data available from this store.
lastCheck string ISO 8601 timestamp of the last successful health check.
lastError stringnull Last error message from this store, or null if the store is healthy.
View JSON Schema on GitHub

JSON Schema

store-info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thanos.io/schemas/store-info.json",
  "title": "Thanos Store Info",
  "description": "Describes a connected store endpoint in Thanos, including its type, available time range, external labels, and health status.",
  "type": "object",
  "required": [
    "name",
    "storeType"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Address or identifier of the store endpoint (e.g., sidecar gRPC address)."
    },
    "storeType": {
      "type": "string",
      "description": "The type of Thanos store component.",
      "enum": [
        "sidecar",
        "store",
        "rule",
        "receive",
        "debug",
        "unknown"
      ]
    },
    "labelSets": {
      "type": "array",
      "description": "External label sets advertised by this store, used for identifying data origin and deduplication.",
      "items": {
        "type": "object",
        "additionalProperties": {
          "type": "string"
        }
      }
    },
    "minTime": {
      "type": "integer",
      "format": "int64",
      "description": "Minimum timestamp in milliseconds since epoch for data available from this store."
    },
    "maxTime": {
      "type": "integer",
      "format": "int64",
      "description": "Maximum timestamp in milliseconds since epoch for data available from this store."
    },
    "lastCheck": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the last successful health check."
    },
    "lastError": {
      "type": [
        "string",
        "null"
      ],
      "description": "Last error message from this store, or null if the store is healthy."
    }
  },
  "examples": [
    {
      "name": "sidecar-prometheus-0:10901",
      "storeType": "sidecar",
      "labelSets": [
        {
          "cluster": "us-east-1",
          "prometheus": "monitoring/prometheus-0"
        }
      ],
      "minTime": 1672531200000,
      "maxTime": 1704067200000,
      "lastCheck": "2025-06-15T12:00:00Z",
      "lastError": null
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/store-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.