-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the OpenTelemetry Operator as a subchart
- Loading branch information
Showing
9 changed files
with
77 additions
and
6 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 |
---|---|---|
|
@@ -14,12 +14,14 @@ jobs: | |
- name: Set up Helm | ||
uses: azure/[email protected] | ||
with: | ||
version: v3.6.3 | ||
version: v3.11.2 | ||
|
||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
with: | ||
version: v3.3.1 | ||
version: v3.7.1 | ||
run: | | ||
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts | ||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
|
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
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,28 @@ | ||
# Auto-instrumentation | ||
> :INFO: More documentation coming soon. | ||
## Automatically instrumenting Kubernetes pods | ||
This chart supports deploying auto-instrumentation of applications running | ||
in Kubernetes pods via the OpenTelemetry Operator. | ||
- This **Splunk Otel Collector Chart** will deploy the collector and the | ||
operator. | ||
- The **[OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator)** | ||
will be setup up auto-instrumentation of | ||
Kubernetes pods. | ||
- The auto-instrumented applications can be configured to send data to | ||
collector agents, collector gateways, or Splunk backend ingestion | ||
endpoints. | ||
|
||
## Getting Started | ||
|
||
### Learn by example | ||
|
||
See: [Java Spring Clinic Example](../examples/enable-operator-and-auto-instrumentation/README.md) | ||
|
||
### Documentation Resources | ||
https://developers.redhat.com/devnation/tech-talks/using-opentelemetry-on-kubernetes | ||
https://github.com/open-telemetry/opentelemetry-operator/blob/main/README.md | ||
https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#instrumentation | ||
https://github.com/open-telemetry/opentelemetry-operator/blob/main/README.md#opentelemetry-auto-instrumentation-injection | ||
https://github.com/open-telemetry/opentelemetry-operator/blob/main/README.md#use-customized-or-vendor-instrumentation | ||
https://opentelemetry.io/docs/k8s-operator/ |
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,6 @@ | ||
dependencies: | ||
- name: opentelemetry-operator | ||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts | ||
version: 0.24.0 | ||
digest: sha256:20de0b2969640b8196b498231c82953749ec59b6c45d2d8679c5025af8ad61f4 | ||
generated: "2023-03-08T16:26:43.484325-07:00" |
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
Binary file added
BIN
+50.1 KB
helm-charts/splunk-otel-collector/charts/opentelemetry-operator-0.24.0.tgz
Binary file not shown.
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