Skip to content

Commit d8f38ea

Browse files
committed
Was referring to a local file's function
1 parent e3d7896 commit d8f38ea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ There are also no structure handlers for message headers such as MQRFH2 or MQDLH
122122

123123
## History
124124

125-
See CHANGES.md in this directory.
125+
See [CHANGES](CHANGES.md) in this directory.
126126

127127
## Health Warning
128128

@@ -134,6 +134,6 @@ with any future versions of the package; the API is subject to change based on a
134134
For feedback and issues relating specifically to this package, please use the [GitHub issue tracker](https://github.com/ibm-messaging/mq-golang/issues).
135135

136136
Contributions to this package can be accepted under the terms of the IBM Contributor License Agreement,
137-
found in the file CLA.md of this repository. When submitting a pull request, you must include a statement stating
138-
you accept the terms in CLA.md.
137+
found in the [CLA file](CLA.md) of this repository. When submitting a pull request, you must include a statement stating
138+
you accept the terms in the CLA.
139139

cmd/mq_prometheus/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ func main() {
7272
}
7373

7474
// TODO: continue with the channel stat collection
75-
if err == nil && config.statisticsQueueName != "" {
76-
mqmetric.InitChlStatistics()
77-
//allocateChlGauges()
78-
}
75+
//if err == nil && config.statisticsQueueName != "" {
76+
// mqmetric.InitChlStatistics()
77+
//allocateChlGauges()
78+
//}
7979

8080
// Go into main loop for handling requests from Prometheus
8181
if err == nil {

0 commit comments

Comments
 (0)