ToolNET.Zipkin.SDK
6.0.0
dotnet add package ToolNET.Zipkin.SDK --version 6.0.0
NuGet\Install-Package ToolNET.Zipkin.SDK -Version 6.0.0
<PackageReference Include="ToolNET.Zipkin.SDK" Version="6.0.0" />
paket add ToolNET.Zipkin.SDK --version 6.0.0
#r "nuget: ToolNET.Zipkin.SDK, 6.0.0"
// Install ToolNET.Zipkin.SDK as a Cake Addin #addin nuget:?package=ToolNET.Zipkin.SDK&version=6.0.0 // Install ToolNET.Zipkin.SDK as a Cake Tool #tool nuget:?package=ToolNET.Zipkin.SDK&version=6.0.0
using ToolNET.Zipkin.SDK;
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddControllers(); // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen();
// 注入链路追踪的HttpClient builder.Services.AddZipkinHttpClient("demo1");
var app = builder.Build();
// Configure the HTTP request pipeline. if (app.Environment.IsDevelopment()) { app.UseSwagger(); app.UseSwaggerUI(); }
app.UseAuthorization();
app.MapControllers();
// 使用链路追踪 app.UseZipkin("http://119.76.289.153:9411/", "demo1");
app.Run();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.Hosting (>= 7.0.1)
- Microsoft.Extensions.Http (>= 7.0.0)
- zipkin4net.middleware.aspnetcore (>= 1.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 167 | 6/30/2023 |