Skip to content

Commit fbb7138

Browse files
authored
Line up package description with README version (#90)
1 parent 7a06eae commit fbb7138

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Serilog.Sinks.OpenTelemetry [![Build status](https://ci.appveyor.com/api/projects/status/sqmrvw34pcuatwl5/branch/dev?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-opentelemetry/branch/dev) [![NuGet Version](http://img.shields.io/nuget/vpre/Serilog.Sinks.OpenTelemetry.svg?style=flat)](https://www.nuget.org/packages/Serilog.Sinks.OpenTelemetry/)
22

3-
This Serilog sink will transform Serilog events into OpenTelemetry
4-
`LogRecord`s and send them as a protobuf payload to an OpenTelemetry
5-
OTLP (gRPC or HTTP) endpoint.
3+
This Serilog sink transforms Serilog events into OpenTelemetry
4+
`LogRecord`s and sends them to an OTLP (gRPC or HTTP) endpoint.
65

76
The sink aims for full compliance with the OpenTelemetry Logs protocol. It
87
does not depend on the OpenTelemetry SDK or .NET API.
@@ -11,10 +10,7 @@ OpenTelemetry supports attributes with scalar values, arrays, and maps.
1110
Serilog does as well. Consequently, the sink does a one-to-one
1211
mapping between Serilog properties and OpenTelemetry attributes.
1312
There is no flattening, renaming, or other modifications done to the
14-
properies by default.
15-
16-
The formatter renders the log message, which is then stored as the
17-
body of the OpenTelemetry `LogRecord`.
13+
properties by default.
1814

1915
## Getting started
2016

src/Serilog.Sinks.OpenTelemetry/Serilog.Sinks.OpenTelemetry.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Description>A Serilog sink that writes log events to an OpenTelemetry collector.</Description>
3+
<Description>This Serilog sink transforms Serilog events into OpenTelemetry
4+
logs and sends them to an OTLP (gRPC or HTTP) endpoint.</Description>
45
<VersionPrefix>1.0.1</VersionPrefix>
56
<Authors>Serilog Contributors</Authors>
67
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>

0 commit comments

Comments
 (0)