We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4db7b commit c774311Copy full SHA for c774311
prometheus/process_collector_mem_nocgo_darwin.go
@@ -16,7 +16,7 @@
16
package prometheus
17
18
func getMemory() (*memoryInfo, error) {
19
- return nil, notImplementedErr
+ return nil, errNotImplemented
20
}
21
22
// describe returns all descriptions of the collector for Darwin.
0 commit comments