Skip to content

srikanthccv/shikhandi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shikhandi is a tiny load generator for opentelemetry and heavily inspired by this archived Omnition/synthetic-load-generator.

Usage

Usage: shikhandi <options>

Options:
    --topologyFile      string      File describing the anatomy
    --serviceNamespace  string      Set OtelCollector resource attribute: service.namespace
    --pprofAddress      string      Address of pprof server

For Processor/Exporter use the same settings supported OpenTelemetry

A secure gRPC connection for OTLP exporter would use something like following.

OTEL_EXPORTER_OTLP_ENDPOINT=https://127.0.0.1:4317
OTEL_EXPORTER_OTLP_CERTIFICATE=/path/to/ca/cert.pem

And seeting scheme to http instructs exporter to use insecure connection.

Build the binary

make binary

About

tiny load generator for opentelemetry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published