Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update registry versions (a0e217e429e93dbcd71fe91fc6379dd5b10a834e) #4726

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/blog/2023/end-user-q-and-a-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/collector/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/js/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/php/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/languages/python/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/ruby/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/ruby/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/exporter-dotnet-otlp-hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion data/registry/exporter-js-instana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ createdAt: 2022-04-18
package:
registry: npm
name: '@instana/opentelemetry-exporter'
version: 3.11.0
version: 3.12.0
2 changes: 1 addition & 1 deletion data/registry/exporter-js-jaeger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-02-06
package:
registry: npm
name: '@opentelemetry/exporter-jaeger'
version: 1.25.0
version: 1.25.1
2 changes: 1 addition & 1 deletion data/registry/exporter-js-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-02-06
package:
registry: npm
name: '@opentelemetry/exporter-prometheus'
version: 0.52.0
version: 0.52.1
2 changes: 1 addition & 1 deletion data/registry/exporter-js-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/gin-instrumentation-with-metric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ description: OpenTelemetry tracer & metric instrumentation as Gin Middleware
authors:
- name: Cyprinus
email: [email protected]
url: https://github.com/Cyprinus12138
URL: https://github.com/Cyprinus12138
createdAt: 2024-03-28
2 changes: 1 addition & 1 deletion data/registry/instrumentation-go-ibm-sarama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-go-xsam-database-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-fetch'
version: 0.52.0
version: 0.52.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-grpc'
version: 0.52.0
version: 0.52.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-http'
version: 0.52.0
version: 0.52.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-xml-http-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion data/registry/instrumentation-ruby-active-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ createdAt: 2020-11-09
package:
registry: gems
name: opentelemetry-instrumentation-active_support
version: 0.5.1
version: 0.5.3
2 changes: 1 addition & 1 deletion data/registry/instrumentation-ruby-faraday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ createdAt: 2020-11-09
package:
registry: gems
name: opentelemetry-instrumentation-faraday
version: 0.24.4
version: 0.24.5
2 changes: 1 addition & 1 deletion data/registry/otel-julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion data/registry/otel-matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/otel-ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion data/registry/otel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description:
authors:
- name: Philipp Lengauer
email: [email protected]
url: https://github.com/plengauer
URL: https://github.com/plengauer
urls:
repo: https://github.com/plengauer/opentelemetry-bash
createdAt: 2024-06-12
2 changes: 1 addition & 1 deletion data/registry/tools-ansible-grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ description: |
authors:
- name: Theodore Brockman
email: [email protected]
url: https://github.com/tbrockman
URL: https://github.com/tbrockman
createdAt: 2024-06-18
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/registry/tools-go-propagator-datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions data/registry/tools-ruby-rspec-matcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading