Skip to content

odigos-io/cassandra-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Auto instrumentation of HTTP server + Memcached

This example shows a trace being generated which is composed of a http request and cassandra handling - both visible in the trace.

For testing auto instrumentation, we can use the docker compose.

To run the example, bring up the services using the command.

docker compose up 

Now, you can hit the server using the below command

curl localhost:8080/insert
curl localhost:8080/list_all

Which will query the dummy cassandra database or list all the entries. Every hit to the server should generate a trace that we can observe in Jaeger UI

About

Sample app for Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published