Skip to content

Latest commit

 

History

History
117 lines (87 loc) · 1.61 KB

rca-template.md

File metadata and controls

117 lines (87 loc) · 1.61 KB

Name of RCA

Small 2 line Summary

This RCA is used to detect bottleneck in resource X by ..

Usecases

  • usecase 1
  • usecase 2

Possible remediation actions

  • action1
  • action2

Structure

Input Metrics

  1. metric1
  2. metric2
  3. ..

Output When the resource is healthy

Relational format as stored in SQLite with column names

Column1 Column2 Column3 ...
value11 value12 value13 ..
value21 value22 value23 ..

Rest request format

TBD

Rest response format

{
	"key1": "value1",
	"key2": {
		"key3": "value3"
	},
	"key4": value4
}

Output when the resource is un-healthy

Relational format as stored in SQLite with column names

Column1 Column2 Column3 ...
value11 value12 value13 ..
value21 value22 value23 ..

Rest request format

TBD

Rest response format

{
	"key1": "value1",
	"key2": {
		"key3": "value3"
	},
	"key4": value4
}

RCA graph images

Should include the graph nodes and on which OpenSearch nodes will they run.

  1. Please use a three data node, three cluster_manager node cluster.
  2. Please 3 opensearch nodes with colocated cluster_manager and data

Descriptive summary