-
Notifications
You must be signed in to change notification settings - Fork 0
/
cortex.yaml
57 lines (56 loc) · 1.67 KB
/
cortex.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Docs: https://docs.cortex.io/docs/reference/basics/entities#service-entities
openapi: 3.0.0
info:
title: plumber
description: >
Orchestration library to construct application dependency graph and manage service tasks.
x-cortex-type: service
x-cortex-slack:
channels:
- name: ecs-team
notificationsEnabled: false
x-cortex-owners:
- type: group
name: ce-ecs
provider: CORTEX
x-cortex-tag: plumber
x-cortex-git:
github:
repository: getoutreach/plumber
x-cortex-oncall:
pagerduty:
id: PKQG42T
type: SERVICE
x-cortex-link:
## These are useful documentation links for this service. Please fill in the customLinks block if you have additional documentation links.
## name: The name of the link
## type: Choose one type from (dashboard,documentation,healthcheck,logs,metrics,runbook)
## url: The link url
## description(optional): Description to this link
- name: API Docs
type: api_documentation
url: https://engdocs.outreach.cloud/github.com/getoutreach/plumber#section-readme
## <<Stencil::Block(customLinks)>>
## <</Stencil::Block>>
x-cortex-custom-metadata:
app: plumber
name: plumber
repo: https://github.com/getoutreach/plumber
framework: stencil
language: Golang
stencil_version: v1.38.0
golang_version: 1.22.0
cli: false
service: false
product: Outreach
lifecycle: in_development
## <<Stencil::Block(extraAliases)>>
## <</Stencil::Block>>
reporting_team: ce-ecs
lintroller: platinum
x-cortex-groups:
- lifecycle: in_development
- product: Outreach
- language: Golang
- framework: stencil
- engOrg: ce