File tree 5 files changed +18
-32
lines changed
content/en/docs/concepts/signals
5 files changed +18
-32
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Logs are a [stable](/docs/specs/otel/versioning-and-stability/#stable) signal in
95
95
the OpenTelemetry specification. For the individual language specific
96
96
implementations of the Logs API & SDK, the status is as follows:
97
97
98
- {{% logs -support-table %}}
98
+ {{% signal -support-table "logs" %}}
99
99
100
100
## Specification
101
101
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Metrics are a [stable](/docs/specs/otel/versioning-and-stability/#stable) signal
114
114
in the OpenTelemetry specification. For the individual language specific
115
115
implementations of the Metrics API & SDK, the status is as follows:
116
116
117
- {{% metrics -support-table " " %}}
117
+ {{% signal -support-table "metrics " %}}
118
118
119
119
## Specification
120
120
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {{ $data := $.Site.Data.instrumentation }}
2
+ {{ $signal := .Get 0 -}}
3
+
4
+ Language | {{ humanize $signal }} |
5
+ | --- | --- |
6
+ | [ C++] ( /docs/languages/cpp/ ) | {{ index $data.cpp.status $signal | humanize }} |
7
+ | [ C#/.NET] ( /docs/languages/net/ ) | {{ index $data.dotnet.status $signal | humanize }} |
8
+ | [ Erlang/Elixir] ( /docs/languages/erlang/ ) | {{ index $data.erlang.status $signal | humanize }} |
9
+ | [ Go] ( /docs/languages/go/ ) | {{ index $data.go.status $signal | humanize }} |
10
+ | [ Java] ( /docs/languages/java/ ) | {{ index $data.java.status $signal | humanize }} |
11
+ | [ JavaScript] ( /docs/languages/js/ ) | {{ index $data.js.status $signal | humanize }} |
12
+ | [ PHP] ( /docs/languages/php/ ) | {{ index $data.php.status $signal | humanize }} |
13
+ | [ Python] ( /docs/languages/python/ ) | {{index $data.python.status $signal | humanize }} |
14
+ | [ Ruby] ( /docs/languages/ruby/ ) | {{ index $data.ruby.status $signal | humanize }} |
15
+ | [ Rust] ( /docs/languages/rust/ ) | {{ index $data.rust.status $signal | humanize }} |
16
+ | [ Swift] ( /docs/languages/swift/ ) | {{ index $data.swift.status $signal | humanize }} |
You can’t perform that action at this time.
0 commit comments