Giter VIP home page Giter VIP logo

hello-opentelemetry's Introduction

Hello, Kubernetes, OpenShift & OpenTelemetry!

This example will serve an HTTP response of "Hello OpenTelemetry!".

The response message can be set by using the RESPONSE environment variable. You will need to edit the pod definition and add an environment variable to the container definition and run the new pod.

The hello response is served at /hello There is also a counter at /count

curl service-address:8080/hello or route/hello
Hello OpenTelemetry!

Create the example application

All resources are expected to be created in the `otel-dev` namespace. Update the definitions accordingly if not running in
this namespace.

Kubernetes cluster

kubectl apply -f https://raw.githubusercontent.com/sallyom/golang-ex/master/opentelemetry-sample-app/sample-app-w-ingress.yaml

OpenShift cluster

kubectl apply -f https://raw.githubusercontent.com/sallyom/golang-ex/master/opentelemetry-sample-app/sample-app-w-route.yaml

View OpenTelemetry trace data

The application is instrumented to generate OpenTelemetry spans and logs with the span & trace id injected. To view the traces, if the OpenTelemetry Operator & the Jaeger Operator are running in the cluster, simply create an OpenTelemetryCollector instance and a Jaeger instance with the following commands.

The following commands assume the OpenTelemetry Operator & Jaeger Operator are running in the cluster

kubectl apply -f https://raw.githubusercontent.com/sallyom/golang-ex/master/opentelemetry-sample-app/otelcol.yaml
kubectl apply -f https://raw.githubusercontent.com/sallyom/golang-ex/master/opentelemetry-sample-app/jaeger.yaml

To view the traces, access the route for the Jaeger UI. A test-service should appear.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.