Skip to content

process collector: Fixed pedantic registry failures on darwin with cgo.#1715

Merged
bwplotka merged 1 commit intomainfrom
fixdarwinmem
Jan 21, 2025
Merged

process collector: Fixed pedantic registry failures on darwin with cgo.#1715
bwplotka merged 1 commit intomainfrom
fixdarwinmem

Conversation

@bwplotka
Copy link
Member

Errors:

 * collected metric process_resident_memory_bytes gauge:{value:8.798208e+06} with unregistered descriptor Desc{fqName: "process_resident_memory_bytes", help: "Resident memory size in bytes.", constLabels: {}, variableLabels: {}}
 * collected metric process_virtual_memory_bytes gauge:{value:4.2175053824e+11} with unregistered descriptor Desc{fqName: "process_virtual_memory_bytes", help: "Virtual memory size in bytes.", constLabels: {}, variableLabels: {}}

Errors:

```
 * collected metric process_resident_memory_bytes gauge:{value:8.798208e+06} with unregistered descriptor Desc{fqName: "process_resident_memory_bytes", help: "Resident memory size in bytes.", constLabels: {}, variableLabels: {}}
 * collected metric process_virtual_memory_bytes gauge:{value:4.2175053824e+11} with unregistered descriptor Desc{fqName: "process_virtual_memory_bytes", help: "Virtual memory size in bytes.", constLabels: {}, variableLabels: {}}

```

Signed-off-by: bwplotka <bwplotka@gmail.com>
@bwplotka bwplotka merged commit 1bcda80 into main Jan 21, 2025
@bwplotka bwplotka deleted the fixdarwinmem branch January 21, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants