command
Version:
v0.0.0-...-63be5e2
Opens a new window with list of versions in this module.
Published: Dec 1, 2023
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Tracing with OpenTelemetry
Run Jaeger (any other supported tracers work of course):
./run-tracer.sh
Then open the web UI:
open http://localhost:16686
Then run the example, e.g.:
go build
./tracing -index=test -type=doc -n=100000 -bulk-size=100
Documentation
¶
Tracing is the same as the bulk_insert recipe, but adds
OpenTracing support.
Example ¶
Bulk index 100.000 documents into the index "warehouse", type "product",
committing every set of 1.000 documents.
./run-tracer.sh
./tracing -index=warehouse -type=product -n=100000 -bulk-size=1000
Source Files
¶
Click to show internal directories.
Click to hide internal directories.