Giter Site home page Giter Site logo

autoinstrumented-java-app's Introduction

autoinstrumented-java-app

An autoinstrumented java app for testing

This app listens on endpoint of 'ping' on port 6001 and returns the text "Service online". The Dockerfile includes version 1.4.0 of the splunk-otel-java jar file.

It uses jax-rs and grizzly. The autoinstrumentation requires a special flag to autoinstrument grizzly.

Startup commands for the docker file -

SPLUNK_ACCESS_TOKEN=<token> OTEL_PROPAGATORS=b3multi OTEL_RESOURCE_ATTRIBUTES=deployment.environment=standalone,service.name=test-java-listener OTEL_TRACES_EXPORTER=jaeger-thrift-splunk OTEL_EXPORTER_JAEGER_ENDPOINT=https://ingest.<realm>.signalfx.com/v2/trace java -Dotel.javaagent.debug=true -Dotel.instrumentation.grizzly.enabled=true -javaagent:./splunk-otel-javaagent.jar -jar jaxrs-quickstart-1.0-SNAPSHOT-jar-with-dependencies.jar
docker run -itd --rm -e SPLUNK_ACCESS_TOKEN=<token> -e OTEL_PROPAGATORS=b3multi -e OTEL_RESOURCE_ATTRIBUTES=deployment.environment=standalone,service.name=test-java-listener -e OTEL_TRACES_EXPORTER=jaeger-thrift-splunk -e OTEL_EXPORTER_JAEGER_ENDPOINT=https://ingest.<realm>.signalfx.com/v2/trace -p 6001:6001 --name istio-java harnit/istio-java-listener:1.1

autoinstrumented-java-app's People

Contributors

harnitsignalfx avatar

Watchers

 avatar  avatar

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.