You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ It also adds the `node-hc` command to another directory tied to your Node.js SDK
106
106
<aname="config"></a>
107
107
### Configuring Node Application Metrics
108
108
109
-
Node Application Metrics can be configured in two ways, by using the configuration file described below or via a call to configure(Object).
109
+
Node Application Metrics can be configured in two ways, by using the configuration file described below or via a call to configure(options).
110
110
111
111
Node Application Metrics comes with a configuration file inside the [module installation directory](#install) (`.../node_modules/appmetrics/appmetrics.properties`). This can be used to configure connection options, logging and data source options.
112
112
@@ -165,7 +165,7 @@ monitoring.on('cpu', function (cpu) {
165
165
166
166
## Health Center Eclipse IDE client
167
167
### Connecting to the client
168
-
Connecting to the Health Center client requires the additional installation of a MQTT broker. The Node Application Metrics agent sends data to the MQTT broker specified in the `appmetrics.properties` file or set via a call to configure(Obect). Installation and configuration documentation for the Health Center client is available from the [Health Center documentation in IBM Knowledge Center][2].
168
+
Connecting to the Health Center client requires the additional installation of a MQTT broker. The Node Application Metrics agent sends data to the MQTT broker specified in the `appmetrics.properties` file or set via a call to configure(options). Installation and configuration documentation for the Health Center client is available from the [Health Center documentation in IBM Knowledge Center][2].
169
169
170
170
Note that both the API and the Health Center client can be used at the same time and will receive the same data. Use of the API requires a local install and application modification (see *[Modifying your application to use the local installation](#run-local)*).
171
171
@@ -175,12 +175,12 @@ Further information regarding the use of the Health Center client with Node Appl
175
175
## API Documentation
176
176
### appmetrics.configure(options)
177
177
Sets various properties on the appmetrics monitoring agent. If the agent has already been started, this function does nothing.
178
-
* `options'(Object) key value pairs of properties and values to be set on the monitoring agent.
178
+
*`options`(Object) key value pairs of properties and values to be set on the monitoring agent.
0 commit comments