Commit 3557f26
authored
[k8sobjectsreceiver] fix receiver fails when some unrelated API is down (#29707)
**Description:** <Describe what has changed.>
This change allows passing validation even some of K8S APIs is down, we
will look thru the groups and resources for the ones available.
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
**Link to tracking Issue:** <Issue number if applicable>
#29706
**Testing:** <Describe what testing was performed and which tests were
added.>
- manually in a kind cluster with metrics-server being down.
**Documentation:** <Describe the documentation added.>1 parent 6d2b009 commit 3557f26
File tree
2 files changed
+32
-1
lines changed- .chloggen
- receiver/k8sobjectsreceiver
2 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
0 commit comments