PostHog · Schema
_LogsServiceAggregate
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| service_name | string | Service name, or "(no value)" / "(no service)" placeholder for unset entries. |
| log_count | integer | Total log entries from this service in the window. |
| error_count | integer | Count of logs at severity "error" or "fatal". |
| error_rate | number | Pre-computed error_count / log_count, rounded to 4 decimals. Useful for ranking noisy services. |
| volume_share_pct | number | Share of total log volume in the window for this service (0–100). |
| severity_breakdown | object | Counts by coarse severity bucket (debug, info, warn, error+fatal). |
| active_rules | array | Enabled sampling rules whose scope includes this service. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/_LogsServiceAggregate",
"title": "_LogsServiceAggregate",
"type": "object",
"properties": {
"service_name": {
"type": "string",
"description": "Service name, or \"(no value)\" / \"(no service)\" placeholder for unset entries."
},
"log_count": {
"type": "integer",
"description": "Total log entries from this service in the window."
},
"error_count": {
"type": "integer",
"description": "Count of logs at severity \"error\" or \"fatal\"."
},
"error_rate": {
"type": "number",
"format": "double",
"description": "Pre-computed error_count / log_count, rounded to 4 decimals. Useful for ranking noisy services."
},
"volume_share_pct": {
"type": "number",
"format": "double",
"description": "Share of total log volume in the window for this service (0\u2013100)."
},
"severity_breakdown": {
"allOf": [
{
"$ref": "#/components/schemas/_LogsServiceSeverityBreakdown"
}
],
"description": "Counts by coarse severity bucket (debug, info, warn, error+fatal)."
},
"active_rules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/_LogsServiceActiveRule"
},
"description": "Enabled sampling rules whose scope includes this service."
}
},
"required": [
"error_count",
"error_rate",
"log_count",
"service_name"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-logsserviceaggregate"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.