Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
c2b40adc
Commit
c2b40adc
authored
Aug 08, 2018
by
Simon Pasquier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
instrumenting: add process_virtual_memory_max_bytes
Signed-off-by:
Simon Pasquier
<
spasquie@redhat.com
>
parent
ddc8274b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
writing_clientlibs.md
content/docs/instrumenting/writing_clientlibs.md
+10
-9
No files found.
content/docs/instrumenting/writing_clientlibs.md
View file @
c2b40adc
...
...
@@ -333,15 +333,16 @@ These exports should have the prefix `process_`. If a language or runtime
doesn't expose one of the variables it'd just not export it. All memory values
in bytes, all times in unixtime/seconds.
| Metric name | Help string | Unit |
| ------------------------------- | ------------------------------------------------------ | --------------- |
|
`process_cpu_seconds_total`
| Total user and system CPU time spent in seconds. | seconds |
|
`process_open_fds`
| Number of open file descriptors. | file descriptors |
|
`process_max_fds`
| Maximum number of open file descriptors. | file descriptors |
|
`process_virtual_memory_bytes`
| Virtual memory size in bytes. | bytes |
|
`process_resident_memory_bytes`
| Resident memory size in bytes. | bytes |
|
`process_heap_bytes`
| Process heap size in bytes. | bytes |
|
`process_start_time_seconds`
| Start time of the process since unix epoch in seconds. | seconds |
| Metric name | Help string | Unit |
| ---------------------------------- | ------------------------------------------------------ | --------------- |
|
`process_cpu_seconds_total`
| Total user and system CPU time spent in seconds. | seconds |
|
`process_open_fds`
| Number of open file descriptors. | file descriptors |
|
`process_max_fds`
| Maximum number of open file descriptors. | file descriptors |
|
`process_virtual_memory_bytes`
| Virtual memory size in bytes. | bytes |
|
`process_virtual_memory_max_bytes`
| Maximum amount of virtual memory available in bytes. | bytes |
|
`process_resident_memory_bytes`
| Resident memory size in bytes. | bytes |
|
`process_heap_bytes`
| Process heap size in bytes. | bytes |
|
`process_start_time_seconds`
| Start time of the process since unix epoch in seconds. | seconds |
### Runtime metrics
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment