diff --git a/data/registry/exporter-dotnet-inmemory.yml b/data/registry/exporter-dotnet-inmemory.yml index e438e6bd7c00..00acae9683f0 100644 --- a/data/registry/exporter-dotnet-inmemory.yml +++ b/data/registry/exporter-dotnet-inmemory.yml @@ -7,7 +7,8 @@ tags: - exporter - dotnet license: Apache 2.0 -description: The in-memory exporter stores data in a user provided memory buffer. +description: + The in-memory exporter stores data in a user provided memory buffer. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/exporter-dotnet-opentelemetryprotocol.yml b/data/registry/exporter-dotnet-opentelemetryprotocol.yml index 92a7e8015eef..e17679fb1da4 100644 --- a/data/registry/exporter-dotnet-opentelemetryprotocol.yml +++ b/data/registry/exporter-dotnet-opentelemetryprotocol.yml @@ -7,7 +7,10 @@ tags: - dotnet - exporter license: Apache 2.0 -description: This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. +description: + This library allows exporting telemetry data in the OpenTelemetry Protocol + (OTLP) format to the OpenTelemetry Collector and OTLP-compliant + backends/receivers. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/exporter-dotnet-prometheus-aspnetcore.yml b/data/registry/exporter-dotnet-prometheus-aspnetcore.yml index 0d19767363b8..14c4b6b6597f 100644 --- a/data/registry/exporter-dotnet-prometheus-aspnetcore.yml +++ b/data/registry/exporter-dotnet-prometheus-aspnetcore.yml @@ -10,7 +10,9 @@ tags: - exporter - dotnet license: Apache 2.0 -description: An OpenTelemetry Prometheus exporter for configuring an ASP.NET Core application with an endpoint for Prometheus to scrape. +description: + An OpenTelemetry Prometheus exporter for configuring an ASP.NET Core + application with an endpoint for Prometheus to scrape. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/exporter-dotnet-prometheus-httplistener.yml b/data/registry/exporter-dotnet-prometheus-httplistener.yml index 3ec59cf1e5a1..4986ade812f8 100644 --- a/data/registry/exporter-dotnet-prometheus-httplistener.yml +++ b/data/registry/exporter-dotnet-prometheus-httplistener.yml @@ -7,7 +7,9 @@ tags: - exporter - dotnet license: Apache 2.0 -description: An OpenTelemetry Prometheus exporter that configures an HttpListener instance for Prometheus to scrape. +description: + An OpenTelemetry Prometheus exporter that configures an HttpListener instance + for Prometheus to scrape. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/instrumentation-dotnet-runtime.yml b/data/registry/instrumentation-dotnet-runtime.yml index 8d9fe1bfd86f..5add9891b2cf 100644 --- a/data/registry/instrumentation-dotnet-runtime.yml +++ b/data/registry/instrumentation-dotnet-runtime.yml @@ -9,7 +9,8 @@ tags: - runtime - metrics license: Apache 2.0 -description: OpenTelemetry .NET contrib plugin for collecting metrics from .NET Runtime +description: + OpenTelemetry .NET contrib plugin for collecting metrics from .NET Runtime authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml b/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml index 730d8ecb41eb..fd845321ad57 100644 --- a/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml +++ b/data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml @@ -24,7 +24,10 @@ tags: - purview - nuget license: MIT -description: Generates ActivitySource, Activity, ActivityEvent, High-performance logging (ILogger) and Metrics based on methods on an interface, enabling fast iteration cycles and substitutes for testing through dependency injection. +description: + Generates ActivitySource, Activity, ActivityEvent, High-performance logging + (ILogger) and Metrics based on methods on an interface, enabling fast + iteration cycles and substitutes for testing through dependency injection. authors: - name: Kieron Lanning url: https://github.com/kieronlanning