a
This commit is contained in:
parent
68804ec3cc
commit
defcdf8bdc
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ builder.Services.AddOpenTelemetry()
|
|||
o.Protocol = OtlpExportProtocol.HttpProtobuf;
|
||||
o.Endpoint = new Uri("http://10.42.0.2:4318/");
|
||||
});
|
||||
})
|
||||
.UseOtlpExporter(OtlpExportProtocol.HttpProtobuf, new Uri("http://10.42.0.2:4318/"));
|
||||
});
|
||||
//.UseOtlpExporter(OtlpExportProtocol.HttpProtobuf, new Uri("http://10.42.0.2:4318/"));
|
||||
|
||||
builder.WebHost.ConfigureKestrel(builder.Configuration);
|
||||
builder.WebHost.UseStaticWebAssets();
|
||||
|
|
Loading…
Add table
Reference in a new issue