Generate OpenSLO and Nobl9 yaml configuration
Project description
slo-yaml-generator
:bangbang: This project is under development and subject to change. :bangbang:
Quickly generate OpenSLO and Nobl9 yaml so I can stop going and looking at the doc.
Usage
- Install using pip
pip install slo_yaml_generator
The script takes a json file containing the fields needed for each template.
Files are currently sent to the ./output/ directory. I plan to add an option to configure this soon.
Example:
slo_yaml_generator --resource_type slo --config_file "example-configs/cloudwatch-slo.json"
Config Files
SLO
{
"resource_name": "My Demo SLO",
"service_name": "Service Name",
"project_name": "Project Name",
"sli_name": "test indicator",
"metric_source": "Dynatrace",
"operation": "lt",
"value": "100",
"target": ".99",
"duration": "28d",
"is_rolling": "True",
"budgeting_method": "Occurrences"
}
For metric_source Cloudwatch please include these fields:
{
"region": "us-east-1",
"aws_service": "AWS/Lambda",
"metric_name": "Errors",
"statistic": "Sum"
}
For metric_source Dynatrace please include these fields:
{
"query": "dynatrace query"
}
Service
{
"resource_name": "This is a test service",
"project_name": "Jack's Project",
"description": "This is a test description for Jack's little tool for SLO consulting"
}
Project (Nobl9 format only)
{
"resource_name": "This is a test project",
"description": "This is a test description for Jack's little tool for SLO consulting"
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file slo_yaml_generator-0.0.9.tar.gz
.
File metadata
- Download URL: slo_yaml_generator-0.0.9.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ab05f914df920477adc132c43f133da1a77bd5a6aef84813474ee7ae6ef8533 |
|
MD5 | a9b65e9a4c494a16880d79efbe167445 |
|
BLAKE2b-256 | 4c459169aa97617d533c3c167ab7fa0778b35d655dfb53485a26fe7068c8a5be |
File details
Details for the file slo_yaml_generator-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: slo_yaml_generator-0.0.9-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f419a97dcbe7ccdabf72f17f298e4f538f36aaf08d51be98eb569605cd2c296 |
|
MD5 | 6bd8d7b08444e2dfefb1e3eb7d955445 |
|
BLAKE2b-256 | 84de2000287012d42e4fd7ae4a07305842dcef109a3145a076558061d308576c |