OBJECT
ObservabilityRunbookStep
Troubleshooting step
link GraphQL Schema definition
- type ObservabilityRunbookStep {
- # Runbook step description
- String :
- # List of log queries
- ObservabilityLogQuery!] : [
- # List of metric queries
- ObservabilityMetricQuery!] : [
- # Runbook step name
- String! :
- # Metric/log query time range is timeOffsetInMin before/after alert firing time
- Int :
- }