Rename folder names from underscore to hyphen (#1968)

This commit is contained in:
Anuraag Agrawal 2020-11-03 14:46:40 +09:00 committed by GitHub
parent 4699191495
commit 390d92e49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
249 changed files with 5 additions and 6 deletions

View File

@ -19,8 +19,8 @@ This project contains the following top level components:
* [metrics api](api/src/main/java/io/opentelemetry/api/metrics/).
* [extensions](extensions/) define additional API extensions, which are not part of the core API.
* [sdk](sdk/) define the reference implementation complying to the OpenTelemetry API.
* [sdk extensions](sdk_extensions/) define additional SDK extensions, which are not part of the core SDK.
* [OpenTracing shim](opentracing_shim/) defines a bridge layer from OpenTracing to the OpenTelemetry API.
* [sdk-extensions](sdk-extensions/) define additional SDK extensions, which are not part of the core SDK.
* [OpenTracing shim](opentracing-shim/) defines a bridge layer from OpenTracing to the OpenTelemetry API.
* [examples](examples/) on how to use the APIs, SDK, and standard exporters.
We would love to hear from the larger community: please provide feedback proactively.

Some files were not shown because too many files have changed in this diff Show More