Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenit-eu/aws-otel-java-instrumentation-docker
https://github.com/xenit-eu/aws-otel-java-instrumentation-docker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xenit-eu/aws-otel-java-instrumentation-docker
- Owner: xenit-eu
- License: apache-2.0
- Created: 2022-09-07T12:07:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T06:11:12.000Z (23 days ago)
- Last Synced: 2024-12-11T07:20:44.569Z (23 days ago)
- Language: Dockerfile
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#AWS OTEL Java instrumentation Docker image
This is a project that will build a docker image containing the latest [aws-otel-java-instrumentation jar](https://github.com/aws-observability/aws-otel-java-instrumentation).
In this way it can be used for example with projects like the auto-instrumentation setup of the [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator)
```yaml
apiVersion: opentelemetry.io/v1alpha1
kind: Instrumentation
metadata:
name: otel-auto-instrumentation
namespace: alfresco
spec:
exporter:
endpoint: http://my-collector-xray-collector:4317
java:
image: hub.xenit.eu/customer-oup/aws-otel-java-agent:1.0.1
```The project will automatically push a new version of the image with the help of dependabot. The version of the image will always follow the version of the aws-otel-java-instrumentation jar