[chore] Spelling: dashboard...id (#6018)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f5c228e5d0
commit
1f6a173c26
|
|
@ -116,7 +116,7 @@ env:
|
|||
```yaml
|
||||
exporters:
|
||||
otlp:
|
||||
endpoint: '<your_backend_ndpoint_here>'
|
||||
endpoint: '<your_backend_endpoint_here>'
|
||||
headers:
|
||||
'<token_name>': '${TOKEN_VALUE}'
|
||||
```
|
||||
|
|
|
|||
|
|
@ -110,4 +110,4 @@ example, you might observe more than one instance of otelcol running on the
|
|||
system during restarts or similar. This can be useful for understanding spikes
|
||||
on dataflow.
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 389 KiB |
|
|
@ -28,7 +28,7 @@ aliases: [demo_screenshots]
|
|||
|
||||
| Prometheus Data Source | Jaeger Data Source |
|
||||
| --------------------------------------------- | ------------------------------------- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## Load Generator UI
|
||||
|
||||
|
|
|
|||
|
|
@ -979,7 +979,7 @@ public class CounterUsage {
|
|||
|
||||
#### Async Counter
|
||||
|
||||
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.htmll)
|
||||
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.html)
|
||||
and
|
||||
[ObservableDoubleCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableDoubleCounter.html)
|
||||
are used to observe monotonic (positive) sums.
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ Copy the following file into an empty directory and call it `index.html`.
|
|||
<!--
|
||||
https://www.w3.org/TR/trace-context/
|
||||
Set the `traceparent` in the server's HTML template code. It should be
|
||||
dynamically generated server side to have the server's request trace Id,
|
||||
a parent span Id that was set on the server's request span, and the trace
|
||||
dynamically generated server side to have the server's request trace ID,
|
||||
a parent span ID that was set on the server's request span, and the trace
|
||||
flags to indicate the server's sampling decision
|
||||
(01 = sampled, 00 = not sampled).
|
||||
'{version}-{traceId}-{spanId}-{sampleDecision}'
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ sub _extract_ignore_dirs {
|
|||
}
|
||||
|
||||
sub _extract_htmltest_config {
|
||||
# Returns a list of htmltext config lines with whitespace trimmed away.
|
||||
# Returns a list of htmltest config lines with whitespace trimmed away.
|
||||
|
||||
my ($front_matter) = @_;
|
||||
my @lines = split /\n/, $front_matter;
|
||||
|
|
|
|||
|
|
@ -18815,7 +18815,7 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-09-30T10:42:49.469015-05:00"
|
||||
},
|
||||
"https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.htmll": {
|
||||
"https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.html": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-09-30T10:42:34.290165-05:00"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue