command
module
Version:
v0.43.0
Opens a new window with list of versions in this module.
Published: Aug 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Integration Example
To run the example:
cd
into the example directory.
- Run
docker-compose up
.
- Wait for cassandra to listen for cql clients with the following message in the logs:
Server.java:159 - Starting listening for CQL clients on /0.0.0.0:9042 (unencrypted)...
-
Run the example using go run .
.
-
You can view the spans in the browser at localhost:9411
and the metrics at localhost:2222
.
When you're done:
ctrl+c
to stop the example program.
docker-compose down
to stop cassandra and zipkin.
Documentation
¶
Package main provides an example use of the otelgocql instrumentation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.