Go to file
Doris Ruppert 9b99d22a48 OPMAAS-3622 removed Tmall Genie 2023-04-17 13:50:11 +02:00
readme.md adding readme 2022-08-25 17:38:31 +02:00
simplified_slo_parameter.yaml adjusting tab spacing in simplified slo file 2023-04-14 16:05:50 +02:00
slo_parameter.yaml OPMAAS-3622 removed Tmall Genie 2023-04-17 13:50:11 +02:00

readme.md

Shared configuration

This repository holds shared configuration files which are used within multiple services.

slo_parameter.yaml

This file specifies which SLO should be presented on the dashboard and within the QM Report with the required metadata. Example definition:

TP_Mobile_Login:
	index: 1
	touchpoint: "Mobile"
	selector_type: "text"
	selector_var: 'CoCo-QM-Report_Mobile'
	yearstart: "2022-01-01"
	displayname: "Login"
	department: "DE-442"
	metric: "func:slo.tp_mobile_login"
	doc_url: "https://atc.bmwgroup.net/confluence/x/R1OqdQ"
	ops_dashboard:
		emea: "https"
		na: ""
		cn: ""
	hubs:
		euprod:
			tiles: ["actual","graph","ytd"]
		naprod:
			tiles: ["actual","graph","ytd"]
		cnprod:
			tiles: ["actual","graph","ytd"]
thresholds:
	single_value: "99_#577025|98_#f5d30f|0_#ff0000"
	graph_value: "99_#353535|98_#f5d30f|0_#ff0000"

Defintion Description:

SLO_Name:
		index: int 					#Ordering of the given SLO within the dashboard
		touchpoint: str				#Touchpoint Mobile or Vehicle
		selector_type: str	 		#Query Parameter for Dynatrace
		selector_var: str 			#Query String for Dynatrace
		yearstart: date				#Date in "2022-01-01" format, to specify year-to-date start date
		displayname: str			#Display name of the SLO to be displayed on the dashboard
		department: str				#Department, responsible for this SLO
		metric: str					#Dynatrace metric selector 
		doc_url: str				#URL of the SLO documentation within Confluence
		ops_dashboard: 				#URLs of sub-dashboards per hub
			emea: "https"
			na: ""
			cn: ""
		hubs:						#defines on which hub this SLO is active
			euprod:
				tiles: array		#tiles which should be displayed for a specific hub
			naprod:
				tiles: 
			cnprod:
				tiles: 
	thresholds:
		single_value: str 		#thresholds and coloring for single value tiles
		graph_value: str			#thresholds and coloring for graph tiles