Custom Data Check
Custom data check is a flexible check that can query by any relation in configure8 system and custom data pushed via Data Flexibility schemas. This page contains logic and samples for it.
Last updated
Custom data check is a flexible check that can query by any relation in configure8 system and custom data pushed via Data Flexibility schemas. This page contains logic and samples for it.
Last updated
Copyright © 2023 configure8, Inc. All rights reserved.
Description: This check compares a service's existing or dynamically calculated property against the specified value.
Learn more about calculated properties and custom data checks on that section in Data Flexibility docs here.
Property Type: Custom-calculated property, existing property
Existing property: All properties from System Inherited Data Model and Data Model JSON
the Service schema.
Custom calculated property: You can create your own calculated property using relation in the Service schema or data in details property in the service entity.
The key info to navigate through the schemas relation is the relation name from the service side. You can check those relation names by going to Settings -> Add Schema -> Select service schema. Or entering your service schema in the list if already extended before.
Check in this quick video how you can see what information(Properties and Relations) are available in system schemas:
Comparison Type: Number, version, text, boolean
Threshold: Integer number, text, boolean
AWS:EKS:Cluster:
You cannot nest Aggregations, so in this case we're making the average by dividing the count of applications and environments by 2
All the following Scorecard checks relies on the custom data created by Deploys and Incidents schemas, which we have complete docs on how to build it. You need to complete the scorecard check with the threshold you want to apply for your services. You can also create multiple threshold to categorize your services in Bronze, Silver or Gold, for instance.
Your change failure rate is the percentage of changes resulting in a fault, incident, or rollback.
Here are the suggested performance levels for change failure rate:
Bronze- up to 60%
Silver- 16%-30%
Gold- 0%-15%
Deployment frequency measures how often you deploy to Production or to end users.
Here are suggested performance levels for deployment frequency:
Bronze- Higher than once per month
Silver- Higher than once per week
Gold- on-demand (many deploys per day)
DORA Lead time for changes
Lead time for changes is the median amount of time for a code change to be deployed into production.
Mean time to restore service after service incidents, rollbacks, or any type of production failure happened.