This repository was archived by the owner on Jan 19, 2024. It is now read-only.
Commit dbb3576
authored
feat: Reimplement service with go-sdk (#358)
* feat: Implement prometheus-service using go-sdk
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Remove old unit tests
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Change error logging
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Remove distributor
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Change health check port
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Uncomment unit tests
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Rename Kubernetes API variable
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Send started and finished event manually
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Fix PR comments
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Send project context in finished event
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Upgrade integration tests to 0.18
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Send alertmanager events over NATS
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
* Move dependencies in go.mod
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>1 parent 28f167a commit dbb3576
File tree
10 files changed
+396
-342
lines changed- chart
- templates
- eventhandling
10 files changed
+396
-342
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 85 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 86 | + | |
| 87 | + | |
131 | 88 | | |
132 | 89 | | |
133 | | - | |
134 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
135 | 93 | | |
136 | 94 | | |
137 | | - | |
138 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
139 | 98 | | |
140 | 99 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 100 | + | |
| 101 | + | |
146 | 102 | | |
147 | 103 | | |
148 | 104 | | |
| 105 | + | |
149 | 106 | | |
150 | 107 | | |
151 | 108 | | |
152 | 109 | | |
| 110 | + | |
153 | 111 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 112 | + | |
165 | 113 | | |
166 | 114 | | |
167 | | - | |
168 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
169 | 118 | | |
170 | 119 | | |
171 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 27 | | |
37 | 28 | | |
38 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
148 | | - | |
| 153 | + | |
149 | 154 | | |
150 | | - | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | | - | |
154 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
155 | 165 | | |
156 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
157 | 180 | | |
158 | 181 | | |
159 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
160 | 197 | | |
161 | 198 | | |
162 | 199 | | |
| |||
0 commit comments