Skip to content

Commit 1fd4146

Browse files
committed
Fixed typos
Signed-off-by: dhoard <[email protected]>
1 parent db1c4b3 commit 1fd4146

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/content/config/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ This works for all Metrics properties.
122122

123123
<!-- editorconfig-checker-enable -->
124124

125-
(1) Comma sparated list of allowed metric names. Only these metrics will be exposed.<br/>
126-
(2) Comma sparated list of excluded metric names. These metrics will not be exposed.<br/>
127-
(3) Comma sparated list of prefixes. Only metrics starting with these prefixes will be exposed.<br/>
128-
(4) Comma sparated list of prefixes. Metrics starting with these prefixes will not be exposed.<br/>
125+
(1) Comma separated list of allowed metric names. Only these metrics will be exposed.<br/>
126+
(2) Comma separated list of excluded metric names. These metrics will not be exposed.<br/>
127+
(3) Comma separated list of prefixes. Only metrics starting with these prefixes will be exposed.<br/>
128+
(4) Comma separated list of prefixes. Metrics starting with these prefixes will not be exposed.<br/>
129129

130130
## Exporter HTTPServer Properties
131131

examples/example-exemplars-tail-sampling/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ There are two ways how to do this:
6060
2. _Tail-based sampling_ is performed by an external infrastructure component like
6161
the [OpenTelemetry collector](https://opentelemetry.io/docs/collector/).
6262

63-
When generating Exemplars, the Prometheus Java client libray must make sure that the Exemplar points
63+
When generating Exemplars, the Prometheus Java client library must make sure that the Exemplar points
6464
to a trace that is
6565
actually sampled. Otherwise, Exemplar's trace ID will not be available in the monitoring backend,
6666
i.e. the Exemplar will
@@ -95,10 +95,10 @@ The `docker-compose` file will run the example with the following containers:
9595

9696
- `hello-world-app`: Java service described above, with the OpenTelemetry Java instrumentation agent
9797
attached for
98-
distrubted tracing.
98+
distributed tracing.
9999
- `greeting-service`: Java service described above, with the OpenTelemetry Java instrumentation
100100
agent attached for
101-
distrubted tracing.
101+
distributed tracing.
102102
- `collector`: OpenTelemetry collector for receiving the distributed traces, performing _tail
103103
sampling_, and forwarding
104104
them to `tempo`.
@@ -124,7 +124,7 @@ password _admin_.
124124

125125
## Example Dashboard
126126

127-
The example dashboard shows 50 requests / second for the Java serices:
127+
The example dashboard shows 50 requests / second for the Java services:
128128

129129
![Screenshot showing the request rate on the Java services](https://github.com/prometheus/client_java/assets/330535/9f8dc92e-c9aa-40b6-8fda-a0f7e98560ba) <!-- editorconfig-checker-disable-line -->
130130

examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:21-jre
22

33
COPY target/example-exporter-opentelemetry.jar ./app.jar
4-
# check that the resource attributs from the agent are used, epsecially the service.instance.id should be the same
4+
# check that the resource attributes from the agent are used, epsecially the service.instance.id should be the same
55
ADD --chmod=644 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.8.0/opentelemetry-javaagent.jar /usr/src/app/opentelemetry-javaagent.jar
66
ENV JAVA_TOOL_OPTIONS=-javaagent:/usr/src/app/opentelemetry-javaagent.jar
77

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<automatic.module.name>--module-name-need-to-be-overriden--</automatic.module.name>
25+
<automatic.module.name>--module-name-need-to-be-overridden--</automatic.module.name>
2626
<protobuf-java.version>4.31.0</protobuf-java.version>
2727
<guava.version>33.4.8-jre</guava.version>
2828
<junit-jupiter.version>5.12.2</junit-jupiter.version>

0 commit comments

Comments
 (0)