Skip to content

Extensions on top of the OpenTracing APIs, following the OpenTracing Semantic Conventions spec.

License

Notifications You must be signed in to change notification settings

ndrwrbgs/OpenTracing-SemanticConventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet

OpenTracing-SemanticConventions

Extensions on top of the OpenTracing APIs, following the OpenTracing Semantic Conventions spec.

Usage

After importing the library, see intellisense on ISpan primarily.

Tags

SetXYZTags extensions that use the KnownTagNames but strongly-typed. E.g. SetHttpTags(new Http(method: "Post", url: "example.com", statusCode: "500"))

Logs

LogXYZ extensions that use KnownLogFieldNames (and KnownLogFieldValues where applicable). E.g. LogError(exception) which sets the event and error.kind/error.object logs as the Conventions specify.

About

Extensions on top of the OpenTracing APIs, following the OpenTracing Semantic Conventions spec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published