mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-10 00:29:12 +02:00
526b815f47
* Add metric instrumentation to example * Add prometheus configs * Add prometheus kubernetes configs * Correct Prometheus config files * Tweak prometheus configs * Change instrument to Counter * Elaborate example README * Polish submission * Correct otel config * Tweak details * Update licensing text * Modify licensing text * Fix typos Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
21 lines
350 B
Plaintext
21 lines
350 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
|
|
.tools/
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.so
|
|
coverage.*
|
|
|
|
/example/basic/basic
|
|
/example/grpc/client/client
|
|
/example/grpc/server/server
|
|
/example/http/client/client
|
|
/example/http/server/server
|
|
/example/jaeger/jaeger
|
|
/example/namedtracer/namedtracer
|
|
/example/prometheus/prometheus
|
|
/example/zipkin/zipkin
|
|
/example/otel-collector/otel-collector
|