Skip to content

Commit 1f6a173

Browse files
authored
[chore] Spelling: dashboard...id (#6018)
Signed-off-by: Josh Soref <[email protected]>
1 parent f5c228e commit 1f6a173

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

content/en/blog/2024/otel-operator-q-and-a/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ env:
116116
```yaml
117117
exporters:
118118
otlp:
119-
endpoint: '<your_backend_ndpoint_here>'
119+
endpoint: '<your_backend_endpoint_here>'
120120
headers:
121121
'<token_name>': '${TOKEN_VALUE}'
122122
```

content/en/docs/demo/collector-data-flow-dashboard/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ example, you might observe more than one instance of otelcol running on the
110110
system during restarts or similar. This can be useful for understanding spikes
111111
on dataflow.
112112

113-
![OpenTelemetry Collector Process Metrics](otelcol-dashbord-process-metrics.png)
113+
![OpenTelemetry Collector Process Metrics](otelcol-dashboard-process-metrics.png)

content/en/docs/demo/screenshots/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ aliases: [demo_screenshots]
2828

2929
| Prometheus Data Source | Jaeger Data Source |
3030
| --------------------------------------------- | ------------------------------------- |
31-
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](gragana-jaeger.png) |
31+
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](grafana-jaeger.png) |
3232

3333
## Load Generator UI
3434

content/en/docs/languages/java/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ public class CounterUsage {
979979

980980
#### Async Counter
981981

982-
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.htmll)
982+
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.html)
983983
and
984984
[ObservableDoubleCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableDoubleCounter.html)
985985
are used to observe monotonic (positive) sums.

content/en/docs/languages/js/getting-started/browser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Copy the following file into an empty directory and call it `index.html`.
3636
<!--
3737
https://www.w3.org/TR/trace-context/
3838
Set the `traceparent` in the server's HTML template code. It should be
39-
dynamically generated server side to have the server's request trace Id,
40-
a parent span Id that was set on the server's request span, and the trace
39+
dynamically generated server side to have the server's request trace ID,
40+
a parent span ID that was set on the server's request span, and the trace
4141
flags to indicate the server's sampling decision
4242
(01 = sampled, 00 = not sampled).
4343
'{version}-{traceId}-{spanId}-{sampleDecision}'

scripts/htmltest-config.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sub _extract_ignore_dirs {
7474
}
7575

7676
sub _extract_htmltest_config {
77-
# Returns a list of htmltext config lines with whitespace trimmed away.
77+
# Returns a list of htmltest config lines with whitespace trimmed away.
7878

7979
my ($front_matter) = @_;
8080
my @lines = split /\n/, $front_matter;

static/refcache.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18815,7 +18815,7 @@
1881518815
"StatusCode": 200,
1881618816
"LastSeen": "2024-09-30T10:42:49.469015-05:00"
1881718817
},
18818-
"https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.htmll": {
18818+
"https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.html": {
1881918819
"StatusCode": 200,
1882018820
"LastSeen": "2024-09-30T10:42:34.290165-05:00"
1882118821
},

0 commit comments

Comments
 (0)