From 9fbc14991d63c5f3460145afe169198034093d8e Mon Sep 17 00:00:00 2001 From: svrnm Date: Fri, 1 Dec 2023 17:04:20 +0100 Subject: [PATCH] textlint fixes Signed-off-by: svrnm --- data/registry/collector-exporter-alertmanager.yml | 2 +- data/registry/instrumentation-go-http.yml | 2 +- data/registry/instrumentation-ruby-httpx.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/registry/collector-exporter-alertmanager.yml b/data/registry/collector-exporter-alertmanager.yml index 496a10000837..b863182dd41d 100644 --- a/data/registry/collector-exporter-alertmanager.yml +++ b/data/registry/collector-exporter-alertmanager.yml @@ -11,7 +11,7 @@ tags: repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/alertmanagerexporter license: Apache 2.0 description: - Exports OTEL Events (SpanEvent in Tracing added by AddEvent API) as Alerts to + Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to [Alertmanager] (https://prometheus.io/docs/alerting/latest/alertmanager/) back-end to notify Errors or Change events. authors: OpenTelemetry Authors diff --git a/data/registry/instrumentation-go-http.yml b/data/registry/instrumentation-go-http.yml index ee1c3a998705..0992dbcb1974 100644 --- a/data/registry/instrumentation-go-http.yml +++ b/data/registry/instrumentation-go-http.yml @@ -9,7 +9,7 @@ tags: repo: https://go.opentelemetry.io/contrib/instrumentation/net/http license: Apache 2.0 description: - Package http provides a http.Handler and functions that are intended to be + Package `http` provides a `http.Handler` and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag. authors: OpenTelemetry Authors diff --git a/data/registry/instrumentation-ruby-httpx.yml b/data/registry/instrumentation-ruby-httpx.yml index caeca945fb6a..c6b9e926e60b 100644 --- a/data/registry/instrumentation-ruby-httpx.yml +++ b/data/registry/instrumentation-ruby-httpx.yml @@ -1,5 +1,5 @@ # cSpell:ignore httpx -title: OpenTelemetry Http Instrumentation +title: OpenTelemetry HTTPX Instrumentation registryType: instrumentation isThirdParty: false language: ruby