diff --git a/content/en/blog/2023/end-user-q-and-a-01.md b/content/en/blog/2023/end-user-q-and-a-01.md index b0fae1f5b62a..ccb51f0cb0df 100644 --- a/content/en/blog/2023/end-user-q-and-a-01.md +++ b/content/en/blog/2023/end-user-q-and-a-01.md @@ -169,7 +169,7 @@ They are hoping to leverage [OpenTelemetry’s Exemplars](/docs/specs/otel/metrics/data-model/#exemplars) to link traces and metrics. -### How is the organization sending telemetry data to various observability back-ends? +### How is the organization sending telemetry data to various observability backends? J’s team uses a combination of the proprietary backend agent and the OpenTelemetry Collector (for metrics). They are one of the primary users of diff --git a/content/en/docs/collector/management.md b/content/en/docs/collector/management.md index d41987eea02b..7e4a7ce2247b 100644 --- a/content/en/docs/collector/management.md +++ b/content/en/docs/collector/management.md @@ -90,7 +90,7 @@ We will set up a simple OpAMP control plane consisting of an example OpAMP server and let an OpenTelemetry Collector connect to it via an example OpAMP supervisor. -First, clone the `open-telemetry/opamp-go` repo: +First, clone the `open-telemetry/opamp-go` repository: ```sh git clone https://github.com/open-telemetry/opamp-go.git @@ -159,7 +159,7 @@ service: ``` Now it's time to launch the supervisor (which in turn will launch your -OpenTelemetry collector): +OpenTelemetry Collector): ```console $ go run . diff --git a/content/en/docs/demo/_index.md b/content/en/docs/demo/_index.md index f4ed9dd79043..cf0cdf49607c 100644 --- a/content/en/docs/demo/_index.md +++ b/content/en/docs/demo/_index.md @@ -63,7 +63,7 @@ solve them. We'll be adding more scenarios over time. - Generate a [Product Catalog error](feature-flags) for `GetProduct` requests - with product id: `OLJCESPC7Z` using the Feature Flag service + with product ID: `OLJCESPC7Z` using the Feature Flag service - Discover a memory leak and diagnose it using metrics and traces. [Read more](scenarios/recommendation-cache/) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index f7a798f4b625..4b9fd1c72999 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -19,7 +19,7 @@ change the `defaultVariant` value in the config file for a given flag to "on". | `adServiceManualGc` | Ad Service | Trigger full manual garbage collections in the ad service | | `adServiceHighCpu` | Ad Service | Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits | | `cartServiceFailure` | Cart Service | Generate an error for `EmptyCart` 1/10th of the time | -| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` | +| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product ID: `OLJCESPC7Z` | | `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. | | `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method. | | `paymentServiceUnreachable` | Checkout Service | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. | diff --git a/content/en/docs/languages/js/serverless.md b/content/en/docs/languages/js/serverless.md index 629d26fe292d..741bd84e8819 100644 --- a/content/en/docs/languages/js/serverless.md +++ b/content/en/docs/languages/js/serverless.md @@ -25,7 +25,7 @@ If you are interested in a plug and play user experience, see ### Dependencies -First, create an empty package.json: +First, create an empty package.JSON: ```sh npm init -y diff --git a/content/en/docs/languages/php/instrumentation.md b/content/en/docs/languages/php/instrumentation.md index f4e70fbfd8b5..a983898532c8 100644 --- a/content/en/docs/languages/php/instrumentation.md +++ b/content/en/docs/languages/php/instrumentation.md @@ -690,7 +690,7 @@ See [Exporters](/docs/languages/php/exporters) OpenTelemetry can be used to measure and record different types of metrics from an application, which can then be [pushed](/docs/specs/otel/metrics/sdk/#push-metric-exporter) to a metrics -service such as the OpenTelemetry collector: +service such as the OpenTelemetry Collector: - counter - async counter diff --git a/content/en/docs/languages/python/_index.md b/content/en/docs/languages/python/_index.md index 08ed02503454..072d7c3cfcad 100644 --- a/content/en/docs/languages/python/_index.md +++ b/content/en/docs/languages/python/_index.md @@ -61,8 +61,8 @@ pip install -e ./opentelemetry-sdk ## Repositories and benchmarks -- Main repo: [opentelemetry-python][] -- Contrib repo: [opentelemetry-python-contrib][] +- Main repository: [opentelemetry-python][] +- Contrib repository: [opentelemetry-python-contrib][] [opentelemetry-python]: https://github.com/open-telemetry/opentelemetry-python [opentelemetry-python-contrib]: diff --git a/content/en/docs/languages/ruby/exporters.md b/content/en/docs/languages/ruby/exporters.md index f5dd3779ec6e..42099925237d 100644 --- a/content/en/docs/languages/ruby/exporters.md +++ b/content/en/docs/languages/ruby/exporters.md @@ -115,7 +115,7 @@ end ``` If you now run your application, set the environment variable -`OTEL_TRACES_EXPORTER` to zipkin: +`OTEL_TRACES_EXPORTER` to Zipkin: ```sh env OTEL_TRACES_EXPORTER=zipkin rails server diff --git a/content/en/docs/languages/ruby/getting-started.md b/content/en/docs/languages/ruby/getting-started.md index 16430e6a8f6f..1839617fe3a1 100644 --- a/content/en/docs/languages/ruby/getting-started.md +++ b/content/en/docs/languages/ruby/getting-started.md @@ -34,7 +34,7 @@ For more elaborate examples, see [examples](/docs/languages/ruby/examples/). ### Dependencies -To begin, install rails: +To begin, install Rails: ```sh gem install rails diff --git a/data/registry/exporter-dotnet-otlp-hook.yml b/data/registry/exporter-dotnet-otlp-hook.yml index dd4863068f4f..29c8553277bf 100644 --- a/data/registry/exporter-dotnet-otlp-hook.yml +++ b/data/registry/exporter-dotnet-otlp-hook.yml @@ -18,7 +18,7 @@ description: OpenTelemetry SDK. authors: - name: Chet Husk - url: https://github.com/baronfel + URL: https://github.com/baronfel createdAt: 2024-02-01 isNative: false isFirstParty: false diff --git a/data/registry/exporter-js-instana.yml b/data/registry/exporter-js-instana.yml index 02131f53f727..be3dfc02192a 100644 --- a/data/registry/exporter-js-instana.yml +++ b/data/registry/exporter-js-instana.yml @@ -15,4 +15,4 @@ createdAt: 2022-04-18 package: registry: npm name: '@instana/opentelemetry-exporter' - version: 3.11.0 + version: 3.12.0 diff --git a/data/registry/exporter-js-jaeger.yml b/data/registry/exporter-js-jaeger.yml index b6be8fe367f9..70e839eac0d0 100644 --- a/data/registry/exporter-js-jaeger.yml +++ b/data/registry/exporter-js-jaeger.yml @@ -14,4 +14,4 @@ createdAt: 2020-02-06 package: registry: npm name: '@opentelemetry/exporter-jaeger' - version: 1.25.0 + version: 1.25.1 diff --git a/data/registry/exporter-js-prometheus.yml b/data/registry/exporter-js-prometheus.yml index 342b5e39490f..a886b2e20509 100644 --- a/data/registry/exporter-js-prometheus.yml +++ b/data/registry/exporter-js-prometheus.yml @@ -14,4 +14,4 @@ createdAt: 2020-02-06 package: registry: npm name: '@opentelemetry/exporter-prometheus' - version: 0.52.0 + version: 0.52.1 diff --git a/data/registry/exporter-js-zipkin.yml b/data/registry/exporter-js-zipkin.yml index 7e5080ed8321..62ba4b872fc9 100644 --- a/data/registry/exporter-js-zipkin.yml +++ b/data/registry/exporter-js-zipkin.yml @@ -11,7 +11,7 @@ authors: package: name: '@opentelemetry/exporter-zipkin' registry: npm - version: 1.25.0 + version: 1.25.1 urls: repo: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin docs: /docs/languages/js/exporters/#zipkin diff --git a/data/registry/gin-instrumentation-with-metric.yml b/data/registry/gin-instrumentation-with-metric.yml index 94227a3846fe..34a3c4d27c9d 100644 --- a/data/registry/gin-instrumentation-with-metric.yml +++ b/data/registry/gin-instrumentation-with-metric.yml @@ -16,5 +16,5 @@ description: OpenTelemetry tracer & metric instrumentation as Gin Middleware authors: - name: Cyprinus email: cyprinus12138@gmail.com - url: https://github.com/Cyprinus12138 + URL: https://github.com/Cyprinus12138 createdAt: 2024-03-28 diff --git a/data/registry/instrumentation-go-ibm-sarama.yml b/data/registry/instrumentation-go-ibm-sarama.yml index a42c761c54d0..2994fcd00e32 100644 --- a/data/registry/instrumentation-go-ibm-sarama.yml +++ b/data/registry/instrumentation-go-ibm-sarama.yml @@ -13,7 +13,7 @@ description: authors: - name: OpenTelemetry Authors - name: Dominic Evans - url: https://github.com/dnwe + URL: https://github.com/dnwe urls: repo: https://github.com/dnwe/otelsarama createdAt: 2024-11-25 diff --git a/data/registry/instrumentation-go-xsam-database-sql.yml b/data/registry/instrumentation-go-xsam-database-sql.yml index 987327613d81..5c4589fe6cc2 100644 --- a/data/registry/instrumentation-go-xsam-database-sql.yml +++ b/data/registry/instrumentation-go-xsam-database-sql.yml @@ -11,7 +11,7 @@ license: Apache 2.0 description: Instrumentation for the Golang `database/sql` package. authors: - name: Sam Xie - url: https://github.com/XSAM + URL: https://github.com/XSAM package: name: github.com/XSAM/otelsql registry: go diff --git a/data/registry/instrumentation-js-fetch.yml b/data/registry/instrumentation-js-fetch.yml index c69af40c0f6d..37ab7cd5e00a 100644 --- a/data/registry/instrumentation-js-fetch.yml +++ b/data/registry/instrumentation-js-fetch.yml @@ -14,4 +14,4 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-fetch' - version: 0.52.0 + version: 0.52.1 diff --git a/data/registry/instrumentation-js-grpc.yml b/data/registry/instrumentation-js-grpc.yml index 58c2f88235bb..376785ac50ad 100644 --- a/data/registry/instrumentation-js-grpc.yml +++ b/data/registry/instrumentation-js-grpc.yml @@ -14,4 +14,4 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-grpc' - version: 0.52.0 + version: 0.52.1 diff --git a/data/registry/instrumentation-js-http.yml b/data/registry/instrumentation-js-http.yml index 898bf5ee9d02..d744c467139a 100644 --- a/data/registry/instrumentation-js-http.yml +++ b/data/registry/instrumentation-js-http.yml @@ -14,4 +14,4 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-http' - version: 0.52.0 + version: 0.52.1 diff --git a/data/registry/instrumentation-js-nextjs.yml b/data/registry/instrumentation-js-nextjs.yml index e4c96168c71a..81ea2e5a5108 100644 --- a/data/registry/instrumentation-js-nextjs.yml +++ b/data/registry/instrumentation-js-nextjs.yml @@ -10,7 +10,7 @@ license: MIT description: Next.js supports OpenTelemetry instrumentation out of the box. authors: - name: Vercel, Inc. - url: https://github.com/vercel/ + URL: https://github.com/vercel/ urls: repo: https://github.com/vercel/next.js/tree/canary/packages/next/src/server/lib/trace docs: https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry diff --git a/data/registry/instrumentation-js-xml-http-request.yml b/data/registry/instrumentation-js-xml-http-request.yml index b54edb78457c..830803d40f93 100644 --- a/data/registry/instrumentation-js-xml-http-request.yml +++ b/data/registry/instrumentation-js-xml-http-request.yml @@ -14,4 +14,4 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-xml-http-request' - version: 0.52.0 + version: 0.52.1 diff --git a/data/registry/instrumentation-ruby-active-support.yml b/data/registry/instrumentation-ruby-active-support.yml index a9a3490a88c4..f33c7a0db5c4 100644 --- a/data/registry/instrumentation-ruby-active-support.yml +++ b/data/registry/instrumentation-ruby-active-support.yml @@ -15,4 +15,4 @@ createdAt: 2020-11-09 package: registry: gems name: opentelemetry-instrumentation-active_support - version: 0.5.1 + version: 0.5.3 diff --git a/data/registry/instrumentation-ruby-faraday.yml b/data/registry/instrumentation-ruby-faraday.yml index 104333205afa..c1446b72da40 100644 --- a/data/registry/instrumentation-ruby-faraday.yml +++ b/data/registry/instrumentation-ruby-faraday.yml @@ -15,4 +15,4 @@ createdAt: 2020-11-09 package: registry: gems name: opentelemetry-instrumentation-faraday - version: 0.24.4 + version: 0.24.5 diff --git a/data/registry/otel-julia.yml b/data/registry/otel-julia.yml index e4e1cee29f18..d0d7083a372a 100644 --- a/data/registry/otel-julia.yml +++ b/data/registry/otel-julia.yml @@ -8,7 +8,7 @@ license: Apache 2.0 description: An unofficial implementation of OpenTelemetry in Julia. authors: - name: oolong.dev - url: https://github.com/oolong-dev + URL: https://github.com/oolong-dev urls: repo: https://github.com/oolong-dev/OpenTelemetry.jl createdAt: 2022-12-17 diff --git a/data/registry/otel-matlab.yml b/data/registry/otel-matlab.yml index c38f86dad629..516484614903 100644 --- a/data/registry/otel-matlab.yml +++ b/data/registry/otel-matlab.yml @@ -9,7 +9,7 @@ license: Apache 2.0 description: An unofficial implementation of OpenTelemetry in MATLAB. authors: - name: MathWorks - url: https://github.com/mathworks + URL: https://github.com/mathworks urls: repo: https://github.com/mathworks/OpenTelemetry-Matlab createdAt: 2023-06-12 diff --git a/data/registry/otel-ocaml.yml b/data/registry/otel-ocaml.yml index dec67fb84a83..4e3236e0aeee 100644 --- a/data/registry/otel-ocaml.yml +++ b/data/registry/otel-ocaml.yml @@ -11,7 +11,7 @@ description: several exporters to talk to signal collectors authors: - name: Imandra - url: https://imandra.ai + URL: https://imandra.ai urls: repo: https://github.com/imandra-ai/ocaml-opentelemetry/ createdAt: 2022-10-26 diff --git a/data/registry/otel-shell.yml b/data/registry/otel-shell.yml index af96a3a00621..b2e2568dee5d 100644 --- a/data/registry/otel-shell.yml +++ b/data/registry/otel-shell.yml @@ -14,7 +14,7 @@ description: authors: - name: Philipp Lengauer email: p.lengauer@gmail.com - url: https://github.com/plengauer + URL: https://github.com/plengauer urls: repo: https://github.com/plengauer/opentelemetry-bash createdAt: 2024-06-12 diff --git a/data/registry/tools-ansible-grafana.yml b/data/registry/tools-ansible-grafana.yml index f6ecf53516f4..07801700cd0c 100644 --- a/data/registry/tools-ansible-grafana.yml +++ b/data/registry/tools-ansible-grafana.yml @@ -12,7 +12,7 @@ description: multiple machines authors: - name: Ishan Jain - url: https://www.github.com/ishanjainn + URL: https://www.github.com/ishanjainn - name: Grafana Labs urls: repo: https://github.com/grafana/grafana-ansible-collection/tree/main/roles/opentelemetry_collector diff --git a/data/registry/tools-browser-extension-for-opentelemetry.yml b/data/registry/tools-browser-extension-for-opentelemetry.yml index 06936df61c06..20ff183dfcc9 100644 --- a/data/registry/tools-browser-extension-for-opentelemetry.yml +++ b/data/registry/tools-browser-extension-for-opentelemetry.yml @@ -23,5 +23,5 @@ description: | authors: - name: Theodore Brockman email: iam@theo.lol - url: https://github.com/tbrockman + URL: https://github.com/tbrockman createdAt: 2024-06-18 diff --git a/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml b/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml index e504284e071e..c072cac528be 100644 --- a/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml +++ b/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml @@ -30,7 +30,7 @@ description: iteration cycles and substitutes for testing through dependency injection. authors: - name: Kieron Lanning - url: https://github.com/kieronlanning + URL: https://github.com/kieronlanning urls: repo: https://github.com/purview-dev/purview-telemetry-sourcegenerator/ docs: https://github.com/purview-dev/purview-telemetry-sourcegenerator/blob/main/README.md diff --git a/data/registry/tools-go-propagator-datadog.yml b/data/registry/tools-go-propagator-datadog.yml index dbef6bad684e..51b13effa5fc 100644 --- a/data/registry/tools-go-propagator-datadog.yml +++ b/data/registry/tools-go-propagator-datadog.yml @@ -12,7 +12,7 @@ description: > `X-Datadog-*` format. authors: - name: Tony Li - url: https://github.com/tonglil + URL: https://github.com/tonglil urls: repo: https://github.com/tonglil/opentelemetry-go-datadog-propagator createdAt: 2022-04-18 diff --git a/data/registry/tools-ruby-rspec-matcher.yml b/data/registry/tools-ruby-rspec-matcher.yml index 5b3f49cc26f3..5d67876ab445 100644 --- a/data/registry/tools-ruby-rspec-matcher.yml +++ b/data/registry/tools-ruby-rspec-matcher.yml @@ -11,11 +11,11 @@ description: unit tests checking the presence of telemetry data. authors: - name: Damien Mathieu - url: https://github.com/dmathieu + URL: https://github.com/dmathieu urls: repo: https://github.com/dmathieu/rspec-otel createdAt: 2024-02-13 package: registry: gems name: rspec-otel - version: 0.0.2 + version: 0.0.3