renovate[bot] df4c9bac25 fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.46.1 (#29465) | před 1 rokem | |
---|---|---|
.. | ||
client | před 1 rokem | |
server | před 1 rokem | |
.env | před 1 rokem | |
README.md | před 1 rokem | |
demo-arch.png | před 2 roky | |
docker-compose.yaml | před 1 rokem | |
metadata.yaml | před 1 rokem | |
otel-collector-config.yaml | před 1 rokem | |
prometheus.yaml | před 3 roky |
IMPORTANT: This is a pre-released version of the OpenTelemetry Collector Contrib.
This demo contains a client and server applications that use the opentelemetry Go library for instrumentation and for sending telemetry data to the opentelemetry collector.
The client periodically makes http calls to the server which create client spans, server spans and metrics that track information like number of http requests and latency.
This demo presents the typical flow of observability data with multiple OpenTelemetry Collectors deployed:
This demo uses docker-compose
and by default runs against the
otel/opentelemetry-collector:0.67.0
image. To run the demo, switch
to the examples/demo
folder and run:
docker compose up -d
The demo exposes the following backends:
Notes:
To clean up any docker container from the demo run docker-compose down
from
the examples/demo
folder.
Developers interested in running a local build of the Collector need to build a docker image using the command below:
make docker-otelcontribcol
And set an environment variable OTELCOL_IMG
to otelcontribcol
before
launching the command docker-compose up -d
.