Skip to content

Commit

Permalink
[chore] Spelling: dashboard...id (#6018)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Jan 23, 2025
1 parent f5c228e commit 1f6a173
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en/blog/2024/otel-operator-q-and-a/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ env:
```yaml
exporters:
otlp:
endpoint: '<your_backend_ndpoint_here>'
endpoint: '<your_backend_endpoint_here>'
headers:
'<token_name>': '${TOKEN_VALUE}'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![OpenTelemetry Collector Process Metrics](otelcol-dashbord-process-metrics.png)
![OpenTelemetry Collector Process Metrics](otelcol-dashboard-process-metrics.png)
2 changes: 1 addition & 1 deletion content/en/docs/demo/screenshots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ aliases: [demo_screenshots]

| Prometheus Data Source | Jaeger Data Source |
| --------------------------------------------- | ------------------------------------- |
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](gragana-jaeger.png) |
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](grafana-jaeger.png) |

## Load Generator UI

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/languages/js/getting-started/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
2 changes: 1 addition & 1 deletion scripts/htmltest-config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 1f6a173

Please sign in to comment.