-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
007bb07
commit bf444c4
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Enrich from Kubernetes | ||
|
||
This is the e2e test for the Collector use-case: | ||
[Enrich from Kubernetes](https://docs.dynatrace.com/docs/shortlink/otel-collector-cases-k8s-enrich). | ||
|
||
## Requirements to run the tests | ||
|
||
- Docker | ||
- Kind | ||
|
||
The tests require a running Kind k8s cluster. During the tests, | ||
a Dynatrace distribution of the OpenTelemetry Collector is deployed | ||
on the k8s cluster with configurations as per the Dynatrace documentation page. | ||
|
||
Traces are generated and sent to the Collector, which then | ||
exports to the test where the k8s attributes are asserted on the | ||
received traces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
testbed/integration/k8senrichment/testdata/collector/serviceaccount.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
labels: | ||
app: {{ .Name }} | ||
name: {{ .Name }} | ||
namespace: e2ek8senrichment |