Skip to content

WASdev/sample.twas.opentelemetry.agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Tracing with OpenTelemetry Automatic Instrumentation Agent in WebSphere Application Server traditional

This repository shows how to setup OpenTelemetry automatic instrumentation with Java agent on traditional WebSphere Application Server. This sample contains one JAX-RS application running in traditional WebSphere version 9.0.5. You can invoke the JAX-RS application and examine the trace created by the OpenTelemetry Java agent in Jaeger UI.

Containers

The docker compose file will run the following containers:

  • jaeger: jaegertracing:all-in-one
  • system: ibmcom/websphere-traditional:latest-ubi

Build

  • Clone the repository
  • cd sample.twas.opentelemetry.agent
  • mvn clean install
  • docker compose build

Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published