Skip to content

Commit dccb803

Browse files
authored
Removed trailing whitespace (#1122)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 23808d0 commit dccb803

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/content/1.1.0/building_testing/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd jmx_exporter
2222
```shell
2323
...
2424
[INFO] Reactor Summary for Prometheus JMX Exporter <VERSION>:
25-
[INFO]
25+
[INFO]
2626
[INFO] Prometheus JMX Exporter ............................ SUCCESS [ 1.049 s]
2727
[INFO] Prometheus JMX Exporter - Collector ................ SUCCESS [ 12.947 s]
2828
[INFO] Prometheus JMX Exporter - Common ................... SUCCESS [ 3.792 s]
@@ -103,7 +103,7 @@ cd jmx_exporter
103103
[INFO] Test classes : 40 Passed : 40 Failed : 0 Skipped : 0
104104
[INFO] Test arguments : 506 Passed : 506 Failed : 0 Skipped : 0
105105
[INFO] Test methods : 2302 Passed : 2302 Failed : 0 Skipped : 0
106-
[INFO]
106+
[INFO]
107107
[INFO] ------------------------------------------------------------------------
108108
[INFO] TESTS PASSED
109109
[INFO] ------------------------------------------------------------------------
@@ -114,7 +114,7 @@ cd jmx_exporter
114114
[INFO] ------------------------------------------------------------------------
115115
[INFO] ------------------------------------------------------------------------
116116
[INFO] Reactor Summary for Prometheus JMX Exporter <VERSION>>:
117-
[INFO]
117+
[INFO]
118118
[INFO] Prometheus JMX Exporter ............................ SUCCESS [ 0.755 s]
119119
[INFO] Prometheus JMX Exporter - Collector ................ SUCCESS [ 9.543 s]
120120
[INFO] Prometheus JMX Exporter - Common ................... SUCCESS [ 3.092 s]
@@ -195,4 +195,4 @@ Test scripts are available to build and run various integration test suite scena
195195

196196
### Output
197197

198-
Output is similar to integration testing using smoke test containers.
198+
Output is similar to integration testing using smoke test containers.

docs/content/1.1.0/http-mode/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lowercaseOutputName | Lowercase the output metric name. Applies to default forma
1212
lowercaseOutputLabelNames | Lowercase the output metric label names. Applies to default format and `labels`. Defaults to false.
1313
includeObjectNames | A list of [ObjectNames](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) to query. Defaults to all mBeans.
1414
excludeObjectNames | A list of [ObjectNames](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) to not query. Takes precedence over `includeObjectNames`. Defaults to none.
15-
autoExcludeObjectNameAttributes | Whether to auto exclude [ObjectName](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) attributes that can't be converted to standard metrics types. Defaults to `true`.
15+
autoExcludeObjectNameAttributes | Whether to auto exclude [ObjectName](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) attributes that can't be converted to standard metrics types. Defaults to `true`.
1616
excludeObjectNameAttributes | A Map of [ObjectNames](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) with a list of attribute names to exclude. ObjectNames must be in canonical form. Both ObjectNames and attribute names are matched as a Strings (no regex.) Optional.
1717
includeObjectNameAttributes | A Map of [ObjectNames](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) with a list of attribute names to include. ObjectNames must be in canonical form. Both ObjectNames and attribute names are matched as a Strings (no regex.) Optional.
1818
rules | A list of rules to apply in order, processing stops at the first matching rule. Attributes that aren't matched aren't collected. If not specified, defaults to collecting everything in the default format.

docs/content/1.1.0/java-agent/http-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HTTP mode
33
weight: 2
44
---
55

6-
HTTP mode collects metrics when accessed via HTTP, and returning them as HTTP content.
6+
HTTP mode collects metrics when accessed via HTTP, and returning them as HTTP content.
77

88
# Installation
99

docs/content/1.1.0/standalone/http-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HTTP mode
33
weight: 2
44
---
55

6-
HTTP mode collects metrics when accessed via HTTP, and returning them as HTTP content.
6+
HTTP mode collects metrics when accessed via HTTP, and returning them as HTTP content.
77

88
# Installation
99

examples/wildfly-10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lowercaseOutputName: true
33
lowercaseOutputLabelNames: true
4-
whitelistObjectNames:
4+
whitelistObjectNames:
55
# Whitelist objects to be collected, for performance reason
66
# see https://github.com/prometheus/jmx_exporter/issues/246#issuecomment-367573931
77
# Each object in the rules below has to be added to whitelistObjectNames too !

release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline:
1111
run: |
1212
./mvnw -B versions:set -DnewVersion="${{ release }}" -DprocessAllModules >> /dev/null
1313
rm -Rf $(find . -name "*versionsBackup")
14-
- name: build & verify
14+
- name: build & verify
1515
enabled: true
1616
run: ./mvnw -B clean verify
1717
- name: deploy

0 commit comments

Comments
 (0)