API Coverage
Compare API endpoint support across different observability platforms. This matrix shows which features are available for each integration.
Filter by capabilities
RESOURCE | Metrics | Logs |
---|---|---|
![]() | ||
![]() |
Field Mappings
Our unified API standardizes data models across different observability providers. Below you can see how Unizo fields map to provider-specific fields for each data model.
Logs
Real-time insights into system and user actions
Unizo Field | ![]() | ![]() |
---|---|---|
idUnique Identifier | ||
levelSeverity Indicator | ||
messageLog Details | ||
sourceEntry Origin | ||
timestampGeneration Time | ||
metadataExtra Information | ||
changeLogResolution Time |
Native Provider Field Support
Leveraging nativeResponse
The nativeResponse
field enables you to access provider-specific features beyond our unified common data model. This feature allows you to:
- Access provider-specific metrics and metadata not included in the common data model
- Implement custom monitoring workflows using native provider capabilities
- Utilize advanced observability features unique to each platform
- Maintain compatibility with existing provider-specific integrations
The nativeResponse
field is available exclusively for Enterprise and Launch Customer subscriptions. Contact our sales team to upgrade your plan and unlock access to native provider data.
How to Use nativeResponse
{
"name": "system.cpu.usage",
"value": 45.2,
"timestamp": "2024-01-15T10:30:00Z",
"tags": {
"host": "web-server-01",
"environment": "production"
},
// ... other unified fields
"nativeResponse": {
// Complete provider-specific response
"metric": {
"interval": 60,
"metadata": {
"per_unit_name": "core",
"short_name": "cpu",
"integration": "system"
}
},
"query_metadata": {
"aggregator": "avg",
"expression": "avg:system.cpu.usage{host:web-server-01}",
"scope": "host:web-server-01,env:production"
},
"unit": [
{
"family": "percentage",
"scale_factor": 1,
"name": "percent",
"short_name": "%"
}
]
}
}
Need Something More?
Working on a unique observability integration? Need extra fields for your monitoring tools? We're here to help.
Get in touch:
- Email: support@unizo.ai
- Web: Contact Us
We'd love to hear about your use case and help expand our API to meet your needs.