Commit e8c6a94
authored
chore: enable metrics using prometheus-flask-exporter (#755)
* chore: enable metrics using prometheus-flask-exporter
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* chore: remove prefix and attempt to fix docker build failure
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* move env to Dockefile
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* move env to Dockefile
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* fix test expectaion path
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* opt: localize metric tracker to api_v2 blueprint
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* chore: remove useless hacks on v2
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* fix linter and unit test
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* fix linter and unit test
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* remove obsolute tests
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
* enable monitoring through Service definition
* remove unused decls
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>1 parent 3f6df57 commit e8c6a94
12 files changed
Lines changed: 121 additions & 348 deletions
File tree
- bayesian
- api
- conf
- hack
- openshift
- tests/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
| 13 | + | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 17 | | |
| 18 | + | |
| 19 | + | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
| |||
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
| 68 | + | |
71 | 69 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments