Qyl.Telemetry.SemanticConventions
9.4.0
dotnet add package Qyl.Telemetry.SemanticConventions --version 9.4.0
NuGet\Install-Package Qyl.Telemetry.SemanticConventions -Version 9.4.0
<PackageReference Include="Qyl.Telemetry.SemanticConventions" Version="9.4.0" />
<PackageVersion Include="Qyl.Telemetry.SemanticConventions" Version="9.4.0" />
<PackageReference Include="Qyl.Telemetry.SemanticConventions" />
paket add Qyl.Telemetry.SemanticConventions --version 9.4.0
#r "nuget: Qyl.Telemetry.SemanticConventions, 9.4.0"
#:package Qyl.Telemetry.SemanticConventions@9.4.0
#addin nuget:?package=Qyl.Telemetry.SemanticConventions&version=9.4.0
#tool nuget:?package=Qyl.Telemetry.SemanticConventions&version=9.4.0
Qyl.Telemetry.SemanticConventions
The stable OpenTelemetry semantic conventions as .NET constants and typed helpers, generated by
Weaver from qyl's registry and shipped pre-built:
attribute keys, the pinned SchemaUrl, the qyl-owned scope and event names, typed Activity
setter extensions, and first-class metric, span, event and entity definitions.
dotnet add package Qyl.Telemetry.SemanticConventions
using System.Diagnostics;
using Qyl.Telemetry.SemanticConventions;
using Qyl.Telemetry.SemanticConventions.Activities;
using Qyl.Telemetry.SemanticConventions.Attributes.Http;
using Qyl.Telemetry.SemanticConventions.Metrics;
Console.WriteLine(HttpAttributes.RequestMethod); // http.request.method
Console.WriteLine(SchemaUrl.Current); // the OpenTelemetry schema this line is generated from
// A metric is an object, not a name constant.
var duration = HttpMetricDefinitions.HttpClientRequestDuration;
Console.WriteLine($"{duration.Name} {duration.Instrument} {duration.Unit}");
// Typed setters on an Activity.
using var activity = new Activity("GET").Start();
activity.SetHttpRequestMethod("GET");
Nothing here reflects: keys are const string, definitions are constructed objects. A consumer
publishes NativeAOT clean.
The siblings
Qyl.Telemetry.SemanticConventions.Incubatingcarries every stability tier, the rows the stable tier does not, and the collector's attribute mapping table. The two packages are disjoint for every kind but attributes, so both namespaces can be in scope at once.Qyl.Telemetry.SemanticConventions.Analyzersflags deprecated keys, a missing schema URL and missing required attributes at compile time.
More
- The registry, its policies and how generation works: repository README
- Changes per version: CHANGELOG
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 is compatible. 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. |
-
.NETStandard 2.0
- System.Diagnostics.DiagnosticSource (>= 10.0.11)
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Qyl.Telemetry.SemanticConventions:
| Package | Downloads |
|---|---|
|
Qyl.Telemetry.SemanticConventions.Incubating
OpenTelemetry semantic-conventions incubating surface, generated by Weaver from the qyl registry (registry/manifest.yaml) and shipped pre-built: every stability tier of the attribute keys, the typed Activity setter extensions, the first-class metric/span/event/entity definitions, the qyl-owned instrument names, and the collector's attribute mapping table. These keys are subject to breaking changes between minor versions — opt in deliberately. |
|
|
Qyl.Telemetry.AutoInstrumentation
Managed .NET 10 and NativeAOT instrumentation using Roslyn interceptors, Activity/Meter primitives, and public runtime hooks. No CLR profiler or runtime IL rewriting. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.4.0 | 256 | 9/11/2026 |
| 9.3.1 | 49 | 9/11/2026 |
| 9.3.0 | 1,884 | 9/7/2026 |
| 9.2.0 | 636 | 9/7/2026 |
| 9.1.0 | 413 | 9/7/2026 |
| 9.0.0 | 251 | 9/7/2026 |
| 8.1.0 | 432 | 9/4/2026 |
| 8.0.1 | 430 | 9/4/2026 |
| 8.0.0 | 447 | 9/3/2026 |
| 7.1.1 | 409 | 9/2/2026 |
| 7.1.0 | 102 | 9/2/2026 |
| 7.0.0 | 436 | 9/2/2026 |
| 6.0.0 | 286 | 8/28/2026 |
| 5.2.0 | 110 | 8/22/2026 |
| 5.1.0 | 97 | 8/22/2026 |
| 5.0.0 | 94 | 8/21/2026 |
| 4.5.0 | 97 | 8/21/2026 |
| 4.4.0 | 1,098 | 8/21/2026 |
| 4.3.0 | 379 | 8/20/2026 |
| 4.2.0 | 269 | 8/14/2026 |