mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-30 21:20:04 +02:00
0425c09c31
* Add dice example * Add manual instrumentation * Update changelog * Add comments * Use naked return consistently * Move handleFunc to main * refactor: Extract newHTTPHandler * Fix comment * Improve comments * Update example/dice/otel.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Simplify BaseContext * Update doc.go * Update example/dice/main.go Co-authored-by: Phillip Carter <pcarter@fastmail.com> * Rename span and metric names --------- Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Phillip Carter <pcarter@fastmail.com>
26 lines
373 B
Plaintext
26 lines
373 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
|
|
.tools/
|
|
venv/
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.so
|
|
coverage.*
|
|
go.work
|
|
go.work.sum
|
|
|
|
gen/
|
|
|
|
/example/dice/dice
|
|
/example/fib/fib
|
|
/example/fib/traces.txt
|
|
/example/jaeger/jaeger
|
|
/example/namedtracer/namedtracer
|
|
/example/opencensus/opencensus
|
|
/example/passthrough/passthrough
|
|
/example/prometheus/prometheus
|
|
/example/zipkin/zipkin
|
|
/example/otel-collector/otel-collector
|