Prerequisites
Data hygiene requirements you need to be aware of before pushing to slaOS
Last updated
Data hygiene requirements you need to be aware of before pushing to slaOS
Last updated
Welcome to slaOS, home to the most flexible computation engine in the service level management space. Our platform is designed to accommodate a wide array of data sources and types, enabling you to build sophisticated computations that truly reflect your service's performance.
The slaOS engine is built to handle:
Multiple data sources
Various data types (logs, metrics, events)
Different granularities (from raw event data to pre-aggregated metrics)
Diverse key structures
Whether you're dealing with log-level data, metric-level information, event tables, or pre-aggregated statistics, slaOS is equipped to process and analyze it all.
There are a few key requirements for your data, in order to ensure a successful integration with slaOS:
Organization Identification
Organization identification is crucial for determining how your data is grouped and analyzed in slaOS.
Each data point must be associated with a organization identifier.
This can be a customer ID, vendor ID, account number, or any unique identifier that distinguishes between your service consumers, integrations, vendors etc.
organization_id
applies to "customers" for vendors using slaOS, and conversely to "integrations" or your "vendors" if you are a consumer of services, standing up your SLA surface on the platform.
Timestamp
Every event or metric should include a timestamp. This allows for time-based analysis and tracking of SLIs over time.
Consistent Keys
A key identifies a unique data stream within slaOS. For example, keys like api_logs
or etl_logs
represent different types of data streams.
Consistency within each data type is crucial. Define and stick to a naming convention for your metrics and event types to ensure accurate and efficient analysis.
Once you've ensured your data meets these prerequisites:
Choose your preferred integration method (pre-built integrations, custom connectors direct, or the Data API).
Set up your data pipelines to start flowing data into slaOS.
Begin defining your Service Level Indicators (SLIs) and Objectives (SLOs) on slaOS.
Need help preparing your data to onboard to slaOS? Contact us at hello@rated.co!