diff --git a/docs/content/config/config.md b/docs/content/config/config.md index a56b33da2..befd3de9b 100644 --- a/docs/content/config/config.md +++ b/docs/content/config/config.md @@ -122,10 +122,10 @@ This works for all Metrics properties. -(1) Comma sparated list of allowed metric names. Only these metrics will be exposed.
-(2) Comma sparated list of excluded metric names. These metrics will not be exposed.
-(3) Comma sparated list of prefixes. Only metrics starting with these prefixes will be exposed.
-(4) Comma sparated list of prefixes. Metrics starting with these prefixes will not be exposed.
+(1) Comma separated list of allowed metric names. Only these metrics will be exposed.
+(2) Comma separated list of excluded metric names. These metrics will not be exposed.
+(3) Comma separated list of prefixes. Only metrics starting with these prefixes will be exposed.
+(4) Comma separated list of prefixes. Metrics starting with these prefixes will not be exposed.
## Exporter HTTPServer Properties diff --git a/examples/example-exemplars-tail-sampling/README.md b/examples/example-exemplars-tail-sampling/README.md index 227bc0df9..acbd4bb31 100644 --- a/examples/example-exemplars-tail-sampling/README.md +++ b/examples/example-exemplars-tail-sampling/README.md @@ -60,7 +60,7 @@ There are two ways how to do this: 2. _Tail-based sampling_ is performed by an external infrastructure component like the [OpenTelemetry collector](https://opentelemetry.io/docs/collector/). -When generating Exemplars, the Prometheus Java client libray must make sure that the Exemplar points +When generating Exemplars, the Prometheus Java client library must make sure that the Exemplar points to a trace that is actually sampled. Otherwise, Exemplar's trace ID will not be available in the monitoring backend, i.e. the Exemplar will @@ -95,10 +95,10 @@ The `docker-compose` file will run the example with the following containers: - `hello-world-app`: Java service described above, with the OpenTelemetry Java instrumentation agent attached for - distrubted tracing. + distributed tracing. - `greeting-service`: Java service described above, with the OpenTelemetry Java instrumentation agent attached for - distrubted tracing. + distributed tracing. - `collector`: OpenTelemetry collector for receiving the distributed traces, performing _tail sampling_, and forwarding them to `tempo`. @@ -124,7 +124,7 @@ password _admin_. ## Example Dashboard -The example dashboard shows 50 requests / second for the Java serices: +The example dashboard shows 50 requests / second for the Java services: ![Screenshot showing the request rate on the Java services](https://github.com/prometheus/client_java/assets/330535/9f8dc92e-c9aa-40b6-8fda-a0f7e98560ba) diff --git a/examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile b/examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile index 23f980005..d839beed8 100644 --- a/examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile +++ b/examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile @@ -1,7 +1,7 @@ FROM eclipse-temurin:21-jre COPY target/example-exporter-opentelemetry.jar ./app.jar -# check that the resource attributs from the agent are used, epsecially the service.instance.id should be the same +# check that the resource attributes from the agent are used, epsecially the service.instance.id should be the same 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 ENV JAVA_TOOL_OPTIONS=-javaagent:/usr/src/app/opentelemetry-javaagent.jar diff --git a/pom.xml b/pom.xml index 4fc4f6943..f5cf22096 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ UTF-8 - --module-name-need-to-be-overriden-- + --module-name-need-to-be-overridden-- 4.31.0 33.4.8-jre 5.12.2