Vostok.Tracing.Hercules 0.1.10-pre000044

Prefix Reserved
This is a prerelease version of Vostok.Tracing.Hercules.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Vostok.Tracing.Hercules --version 0.1.10-pre000044
                    
NuGet\Install-Package Vostok.Tracing.Hercules -Version 0.1.10-pre000044
                    
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="Vostok.Tracing.Hercules" Version="0.1.10-pre000044" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vostok.Tracing.Hercules" Version="0.1.10-pre000044" />
                    
Directory.Packages.props
<PackageReference Include="Vostok.Tracing.Hercules" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Vostok.Tracing.Hercules --version 0.1.10-pre000044
                    
#r "nuget: Vostok.Tracing.Hercules, 0.1.10-pre000044"
                    
#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.
#:package Vostok.Tracing.Hercules@0.1.10-pre000044
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Vostok.Tracing.Hercules&version=0.1.10-pre000044&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Vostok.Tracing.Hercules&version=0.1.10-pre000044&prerelease
                    
Install as a Cake Tool

Vostok.Tracing.Hercules

Build & Test & Publish NuGet

An implementation of trace span sender based on Hercules client. Also provides mapping from Hercules events back to spans.

Here's how ISpan instances are mapped into Hercules events (according to schema):

  • TraceId (mandatory) ---> traceId tag of UUID type.

  • SpanId (mandatory) ---> spanId tag of UUID type.

  • ParentSpanId (optional) ---> parentSpanId tag of UUID type.

  • BeginTimestamp (mandatory) corresponds to 2 tags:

    • beginTimestampUtc — a long tag that contains the UTC timestamp in 100-ns ticks from Unix epoch.
    • beginTimestampUtcOffset — a long tag with offset from UTC expressed in 100-ns ticks.
  • EndTimestamp (optional) also corresponds to 2 tags, both of which can be absent for 'endless' spans:

    • endTimestampUtc — a long tag that contains the UTC timestamp in 100-ns ticks from Unix epoch.
    • endTimestampUtcOffset — a long tag with offset from UTC expressed in 100-ns ticks.
  • Annotations dictionary corresponds to a container with name annotations. This container contains a tag for each pair. Keys are translated as-is, and the values are handled according to following conventions:

    • If the value is a primitive scalar or a vector of primitive scalars natively supported by Hercules (such as int, long, guid, string, etc), it's mapped as-is.
    • Otherwise the value gets converted to string: either stringified directly (if it properly overrides ToString()) or serialized to JSON. No further container-like structure is allowed, all values end up being 'flat'.

Hercules event's built-in timestamp is chosen equal to EndTimestampUtc or BeginTimestampUtc if former is missing.

Unix epoch used as a reference point for timestamp is 1970-01-01 00:00:00.000Z.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Vostok.Tracing.Hercules:

Package Downloads
Vostok.Hosting

The entry point to create and launch Vostok-compatible services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.13 5,092 1/24/2025
0.1.12 5,287 12/16/2024
0.1.11 9,529 10/9/2024
0.1.11-pre000051 1,124 7/25/2023
0.1.11-pre000048 146 6/20/2023
0.1.11-pre000047 312 3/28/2023
0.1.10 18,072 3/28/2023
0.1.10-pre000045 344 3/22/2023
0.1.10-pre000044 205 3/16/2023
0.1.10-pre000043 215 3/16/2023
0.1.10-pre000042 165 3/16/2023
0.1.10-pre000040 165 3/16/2023
0.1.10-pre000039 3,052 9/28/2022
0.1.10-pre000038 534 9/14/2022
0.1.10-pre000031 770 7/28/2022
0.1.10-pre000030 408 6/2/2022
0.1.10-pre000026 280 12/24/2021
0.1.9 34,847 12/24/2021
0.1.9-pre000024 236 12/24/2021
0.1.8 361 12/24/2021
0.1.8-pre000022 238 12/20/2021
0.1.8-pre000021 491 12/8/2021
0.1.7 8,040 12/8/2021
0.1.7-pre000019 249 12/7/2021
0.1.6 565 12/6/2021
0.1.6-pre000017 261 12/4/2021
0.1.6-pre000016 249 12/3/2021
0.1.6-pre000015 257 12/3/2021
0.1.6-pre000014 243 11/27/2021
0.1.6-pre000013 235 11/27/2021
0.1.6-pre000012 1,620 11/26/2021
0.1.6-pre000011 6,260 11/24/2021
0.1.6-pre000010 5,950 11/23/2021
0.1.6-pre000008 251 11/23/2021
0.1.6-pre000007 293 11/18/2021
0.1.5 13,600 11/18/2021
0.1.5-pre000091 1,029 5/27/2021
0.1.5-pre000087 610 2/28/2021
0.1.5-pre000084 368 2/28/2021
0.1.5-pre000083 418 2/26/2021
0.1.5-pre000080 449 1/20/2021
0.1.4 60,144 1/20/2021
0.1.4-pre000045 2,643 8/12/2020
0.1.3 94,017 8/12/2020
0.1.3-pre000043 552 6/23/2020
0.1.2 57,799 6/23/2020
0.1.1-pre000028 1,179 3/20/2020
0.1.0 141,743 3/23/2019
0.0.1-pre000015 634 1/16/2019
0.0.1-pre000014 663 1/16/2019
0.0.1-pre000009 640 12/10/2018
0.0.1-pre000008 631 12/10/2018
0.0.1-pre000007 623 12/8/2018
0.0.1-pre000006 616 12/8/2018
0.0.1-pre000005 663 12/8/2018
0.0.1-pre000004 655 12/8/2018
0.0.1-pre000003 641 12/8/2018
0.0.1-pre000002 645 12/8/2018
0.0.1-pre000001 608 12/8/2018