Commit e1a8ccb
authored
test: Add OTel engine via helm chart example in kind (#5474)
<!--
CONTRIBUTORS GUIDE:
https://github.com/grafana/alloy/blob/main/docs/developer/contributing.md
If this is your first PR or you have not contributed in a while, we
recommend
taking the time to review the guide.
**NOTE**
Your PR title must adhere to Conventional Commit style. For details on
this,
check out the Contributors Guide linked above.
-->
### Brief description of Pull Request
Adds the ability to deploy OpenTelemetry Collector helm chart using
Alloy OTel Engine in `example/kind` local k8s cluster.
<!--
Add a human-readable description of the PR that may be used as the
commit body
(i.e. "Extended description") when it gets merged.
-->
### Pull Request Details
<!-- Add a more detailed descripion of the Pull Request here, if needed.
-->
### Issue(s) fixed by this Pull Request
<!--
Uncomment the following line and fill in an issue number if you want a
GitHub
issue to be closed automatically when this PR gets merged.
-->
<!-- Fixes #issue_id -->
### Notes to the Reviewer
<!-- Add any relevant notes for the reviewers and testers of this PR.
-->
### PR Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->
- [x] Documentation added
- [x] Tests updated
- [ ] Config converters updated1 parent e64ebb6 commit e1a8ccb
3 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
10 | 26 | | |
11 | 27 | | |
| 28 | + | |
| 29 | + | |
12 | 30 | | |
13 | 31 | | |
14 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
65 | 79 | | |
66 | 80 | | |
67 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments