Skip to content

Commit

Permalink
Results from /fix:all
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed May 22, 2024
1 parent 2720673 commit 8a04dfb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
3 changes: 2 additions & 1 deletion data/registry/exporter-dotnet-inmemory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion data/registry/exporter-dotnet-opentelemetryprotocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion data/registry/exporter-dotnet-prometheus-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion data/registry/exporter-dotnet-prometheus-httplistener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion data/registry/instrumentation-dotnet-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a04dfb

Please sign in to comment.