Spring Boot 3 Metric Detail
Micrometer metric detail response returned by Spring Boot 3 Actuator /metrics/{name} endpoint. Contains measurements, available tags, and metric metadata.
EnterpriseFrameworkJavaMicroservicesREST APISpring Boot
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://spring.io/schema/boot/3/metrics",
"title": "Spring Boot 3 Metric Detail",
"description": "Micrometer metric detail response returned by Spring Boot 3 Actuator /metrics/{name} endpoint. Contains measurements, available tags, and metric metadata.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Metric name in dot-notation.",
"example": "jvm.memory.used"
},
"description": {
"type": "string",
"description": "Human-readable metric description from Micrometer registration."
},
"baseUnit": {
"type": "string",
"description": "Base measurement unit (bytes, seconds, operations, etc.).",
"example": "bytes"
},
"measurements": {
"type": "array",
"description": "Current measurement values for the metric.",
"items": {
"$ref": "#/$defs/Measurement"
}
},
"availableTags": {
"type": "array",
"description": "Tag dimensions available for filtering this metric.",
"items": {
"$ref": "#/$defs/TagValues"
}
}
},
"required": ["name", "measurements"],
"$defs": {
"Measurement": {
"title": "Measurement",
"description": "A single statistical measurement value for a metric.",
"type": "object",
"properties": {
"statistic": {
"type": "string",
"description": "Statistical type of this measurement.",
"enum": ["COUNT", "TOTAL", "MAX", "VALUE", "ACTIVE_TASKS", "DURATION", "TOTAL_TIME"]
},
"value": {
"type": "number",
"description": "Current numeric value of the measurement."
}
},
"required": ["statistic", "value"]
},
"TagValues": {
"title": "Tag Values",
"description": "A tag dimension with all observed values.",
"type": "object",
"properties": {
"tag": {
"type": "string",
"description": "Tag name (e.g., area, pool, uri, method, status).",
"example": "area"
},
"values": {
"type": "array",
"description": "All observed values for this tag.",
"items": {
"type": "string"
},
"example": ["heap", "nonheap"]
}
},
"required": ["tag", "values"]
}
}
}
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/spring-boot-3-metrics"
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.