Vostok.Tracing.Hercules
0.1.11
Prefix Reserved
dotnet add package Vostok.Tracing.Hercules --version 0.1.11
NuGet\Install-Package Vostok.Tracing.Hercules -Version 0.1.11
<PackageReference Include="Vostok.Tracing.Hercules" Version="0.1.11" />
paket add Vostok.Tracing.Hercules --version 0.1.11
#r "nuget: Vostok.Tracing.Hercules, 0.1.11"
// Install Vostok.Tracing.Hercules as a Cake Addin #addin nuget:?package=Vostok.Tracing.Hercules&version=0.1.11 // Install Vostok.Tracing.Hercules as a Cake Tool #tool nuget:?package=Vostok.Tracing.Hercules&version=0.1.11
Vostok.Tracing.Hercules
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 ofUUID
type.SpanId
(mandatory) --->spanId
tag ofUUID
type.ParentSpanId
(optional) --->parentSpanId
tag ofUUID
type.BeginTimestamp
(mandatory) corresponds to 2 tags:beginTimestampUtc
— along
tag that contains the UTC timestamp in 100-ns ticks from Unix epoch.beginTimestampUtcOffset
— along
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
— along
tag that contains the UTC timestamp in 100-ns ticks from Unix epoch.endTimestampUtcOffset
— along
tag with offset from UTC expressed in 100-ns ticks.
Annotations
dictionary corresponds to a container with nameannotations
. 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 overridesToString()
) or serialized to JSON. No further container-like structure is allowed, all values end up being 'flat'.
- If the value is a primitive scalar or a vector of primitive scalars natively supported by Hercules (such as
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 | Versions 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. |
.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. |
-
.NETStandard 2.0
- Vostok.ClusterClient.Core (>= 0.1.57)
- Vostok.Hercules.Client.Abstractions (>= 0.1.10)
- Vostok.Tracing.Abstractions (>= 0.1.7)
-
net6.0
- Vostok.ClusterClient.Core (>= 0.1.57)
- Vostok.Hercules.Client.Abstractions (>= 0.1.10)
- Vostok.Tracing.Abstractions (>= 0.1.7)
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.11 | 719 | 10/9/2024 |
0.1.11-pre000051 | 1,028 | 7/25/2023 |
0.1.11-pre000048 | 99 | 6/20/2023 |
0.1.11-pre000047 | 254 | 3/28/2023 |
0.1.10 | 9,826 | 3/28/2023 |
0.1.10-pre000045 | 289 | 3/22/2023 |
0.1.10-pre000044 | 146 | 3/16/2023 |
0.1.10-pre000043 | 160 | 3/16/2023 |
0.1.10-pre000042 | 115 | 3/16/2023 |
0.1.10-pre000040 | 115 | 3/16/2023 |
0.1.10-pre000039 | 2,992 | 9/28/2022 |
0.1.10-pre000038 | 473 | 9/14/2022 |
0.1.10-pre000031 | 670 | 7/28/2022 |
0.1.10-pre000030 | 337 | 6/2/2022 |
0.1.10-pre000026 | 200 | 12/24/2021 |
0.1.9 | 26,443 | 12/24/2021 |
0.1.9-pre000024 | 158 | 12/24/2021 |
0.1.8 | 280 | 12/24/2021 |
0.1.8-pre000022 | 165 | 12/20/2021 |
0.1.8-pre000021 | 415 | 12/8/2021 |
0.1.7 | 6,742 | 12/8/2021 |
0.1.7-pre000019 | 166 | 12/7/2021 |
0.1.6 | 483 | 12/6/2021 |
0.1.6-pre000017 | 186 | 12/4/2021 |
0.1.6-pre000016 | 169 | 12/3/2021 |
0.1.6-pre000015 | 180 | 12/3/2021 |
0.1.6-pre000014 | 169 | 11/27/2021 |
0.1.6-pre000013 | 157 | 11/27/2021 |
0.1.6-pre000012 | 1,539 | 11/26/2021 |
0.1.6-pre000011 | 6,181 | 11/24/2021 |
0.1.6-pre000010 | 5,874 | 11/23/2021 |
0.1.6-pre000008 | 173 | 11/23/2021 |
0.1.6-pre000007 | 214 | 11/18/2021 |
0.1.5 | 10,402 | 11/18/2021 |
0.1.5-pre000091 | 954 | 5/27/2021 |
0.1.5-pre000087 | 520 | 2/28/2021 |
0.1.5-pre000084 | 281 | 2/28/2021 |
0.1.5-pre000083 | 334 | 2/26/2021 |
0.1.5-pre000080 | 360 | 1/20/2021 |
0.1.4 | 53,490 | 1/20/2021 |
0.1.4-pre000045 | 2,549 | 8/12/2020 |
0.1.3 | 85,530 | 8/12/2020 |
0.1.3-pre000043 | 461 | 6/23/2020 |
0.1.2 | 52,856 | 6/23/2020 |
0.1.1-pre000028 | 1,082 | 3/20/2020 |
0.1.0 | 135,804 | 3/23/2019 |
0.0.1-pre000015 | 530 | 1/16/2019 |
0.0.1-pre000014 | 559 | 1/16/2019 |
0.0.1-pre000009 | 532 | 12/10/2018 |
0.0.1-pre000008 | 528 | 12/10/2018 |
0.0.1-pre000007 | 518 | 12/8/2018 |
0.0.1-pre000006 | 509 | 12/8/2018 |
0.0.1-pre000005 | 557 | 12/8/2018 |
0.0.1-pre000004 | 545 | 12/8/2018 |
0.0.1-pre000003 | 535 | 12/8/2018 |
0.0.1-pre000002 | 536 | 12/8/2018 |
0.0.1-pre000001 | 496 | 12/8/2018 |