Datadog.Trace.Annotations 1.0.0

前缀已保留
dotnet add package Datadog.Trace.Annotations --version 1.0.0                
NuGet\Install-Package Datadog.Trace.Annotations -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Datadog.Trace.Annotations" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Datadog.Trace.Annotations --version 1.0.0                
#r "nuget: Datadog.Trace.Annotations, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Datadog.Trace.Annotations as a Cake Addin
#addin nuget:?package=Datadog.Trace.Annotations&version=1.0.0

// Install Datadog.Trace.Annotations as a Cake Tool
#tool nuget:?package=Datadog.Trace.Annotations&version=1.0.0                

Datadog.Trace.Annotations NuGet软件包

此软件包包含自定义属性类型,以启用Datadog APM仪器库的扩展功能。

注意:要使此软件包中的属性生效,需要自动仪器化。请阅读我们的文档以获取如何安装用于自动仪器化的跟踪器的详细信息。

注意:如果您无法将新的软件包引用添加到应用程序中,您可以通过在应用程序内部定义类型来启用此功能,这些类型的全名和类型成员与该软件包中的定义相匹配。

属性

Datadog.Trace.Annotations.TraceAttribute

一个属性,用于标记要由Datadog自动仪器化装饰的方法。 源代码

using System;

namespace Datadog.Trace.Annotations;

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class TraceAttribute : Attribute
{
    public string OperationName { get; set; }

    public string ResourceName { get; set; }
}

联系方式

如果您有任何问题、反馈或功能请求,请联系我们的支持

产品 兼容的和额外的计算目标框架版本。
NET
.NET Core
.NET Standard
.NET Framework net461兼容。 net462已计算。 net463已计算。 net47已计算。 net471已计算。 net472已计算。 net48已计算。 net481已计算。
MonoAndroid monoandroid已计算。
MonoMac monomac已计算。
MonoTouch monotouch已计算。
Tizen tizen40已计算。 tizen60已计算。
Xamarin.iOS xamarinios已计算。
Xamarin.Mac xamarinmac已计算。
Xamarin.TVOS xamarintvos已计算。
Xamarin.WatchOS xamarinwatchos已计算。
兼容的目标框架
包含的目标框架(在包中)
了解有关目标框架.NET Standard的更多信息。
  • .NETFramework 4.6.1

    • 无依赖项。
  • .NETStandard 2.0

    • 无依赖项。

NuGet 包

此包不被任何 NuGet 包使用。

GitHub 仓库

此包不被任何流行的 GitHub 仓库使用。

版本 下载 最后更新
1.0.0 2,245,082 4/22/2022