Skip to content

Commit e0588f1

Browse files
committed
Use the correct OpenTelemetry schema URL isn RequestTemplateFactory; fixes #169
1 parent 000e501 commit e0588f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.OpenTelemetry/Sinks/OpenTelemetry/ProtocolHelpers/RequestTemplateFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Serilog.Sinks.OpenTelemetry.ProtocolHelpers;
2222

2323
static class RequestTemplateFactory
2424
{
25-
const string OpenTelemetrySchemaUrl = "https://opentelemetry.io/schemas/v1.13.0";
25+
const string OpenTelemetrySchemaUrl = "https://opentelemetry.io/schemas/1.13.0";
2626

2727
public static ScopeLogs CreateScopeLogs(string? scopeName)
2828
{

0 commit comments

Comments
 (0)