Skip to content

Commit e13a7b4

Browse files
committed
more edits
1 parent 588bb02 commit e13a7b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Metrics will then be available from `<application-root>/metrics`.
131131

132132
You can find all the releases on the [Releases page](https://github.com/oracle/weblogic-monitoring-exporter/releases/).
133133

134-
To download the web application `wls-exporter.war` and put your configuration file into the WAR, download the `getXXX.sh` script, which is provided with each release and also can be downloaded from the Releases page, and then run:
134+
To download the web application `wls-exporter.war` file and put your configuration file into the WAR, download the `getXXX.sh` script, which is provided with each release and also can be downloaded from the Releases page, and then run:
135135

136136
```
137137
bash getXXX.sh <your-config-file>
@@ -148,7 +148,7 @@ the version number to simplify deployment to WebLogic Server.
148148
# Sidecar
149149

150150
The sidecar is a standalone process that runs the exporter. It is primarily intended for use by the
151-
[WebLogic Kubernetes Operator](https://github.com/oracle/weblogic-kubernetes-operator/).
151+
[WebLogic Server Kubernetes Operator](https://github.com/oracle/weblogic-kubernetes-operator/).
152152

153153
## Build and run with Maven
154154

@@ -163,7 +163,7 @@ java -jar wls-exporter-sidecar/target/wls-exporter-sidecar.jar
163163

164164
This will start the exporter on port 8080, and expect to find a WebLogic Server instance locally, listening on port 7001.
165165

166-
That may be changed by specifying parameters on the command line:
166+
You can make changes by specifying parameters on the command line:
167167

168168
Setting | Default | Property
169169
------------ | ------------- | -------------
@@ -176,7 +176,7 @@ Use https | `false` | `WLS_SECURE`
176176
## Configure the exporter
177177

178178
The sidecar does not have a landing page. Configuration is done by sending a PUT request to the path `/configuration`.
179-
You can do this with `curl`; when used with the [WebLogic Kubernetes Operator](https://github.com/oracle/weblogic-kubernetes-operator/),
179+
You can do this with `curl`; when used with the [operator](https://github.com/oracle/weblogic-kubernetes-operator/),
180180
the operator will automatically configure the exporter.
181181

182182
```
@@ -186,8 +186,8 @@ curl -X PUT -i -u myname:mypassword \
186186
http://localhost:8080/configuration
187187
```
188188

189-
where you should replace `myname` and `mypassword` with the credentials expected by WebLogic Server for its REST API,
190-
and `<path to yaml>` is the relative path to the configuration to use.
189+
Replace `myname` and `mypassword` with the credentials expected by WebLogic Server for its REST API,
190+
and `<path to yaml>` with the relative path to the configuration to use.
191191

192192
## Access the metrics
193193

0 commit comments

Comments
 (0)