Skip to content
Computer screen showing branches in git.

GitHub Account

5 min read

k8sOpenTelemetry

Hi all,

I have spent some time over the weekend and added demo code to my GitHub repositories that I want to share. There are more and more people adopting OpenTelemetry, and there seems to be a demand to set up environments to just play around with it.

For that reason, I have created two repositories.

1. demo-app (https://github.com/pjuentgen/demo-apps/)

This is a repository where I have put (and will put more) demo-apps that can be used to try instrumenting applications. Some support auto-instrumentation and some need manual instrumentation.

For the demo applications, docker containers are created automatically by GitHub actions: https://github.com/pjuentgen?tab=packages

2. demo-configs (https://github.com/pjuentgen/demo-configs/)

This is a repository for configuration for many areas. Some help to start quickly with Kubernetes (k8s). And some help to configure OpenTelemetry components like the otel-collector.

As I have worked in this area for quite some time, but not as a software engineer, this is an exciting journey for me and I am curious to see what else I can do with it.

Looking forward to getting your feedback

Peter