Commit Graph

96 Commits

Author SHA1 Message Date
Katarzyna Kujawa
921d0824c4
Extending Prometheus metrics by hardware metrics (#2444)
* Extending Prometheus metrics by hardware metrics:
- machine_cpu_physical_cores
- machine_cpu_sockets
- machine_dimm_capacity_bytes
- machine_dimm_count
- machine_nvm_capacity

Signed-off-by: Katarzyna Kujawa <katarzyna.kujawa@intel.com>
2020-04-02 11:43:47 -07:00
sulixu
b71d99e0ea
Add hugetlb stats (#2420)
* add hugetlb stats, disabled by default
2020-03-19 22:53:59 -07:00
Maciej Iwanowski
f8f60e2182
Mentioning version of libipmctl used
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
2020-03-13 10:56:47 +01:00
Maciej Iwanowski
84d8801185
Updating API documentation, license headers and build instructions
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
2020-03-13 10:56:47 +01:00
Maciej Iwanowski
69318454cf
Providing recipe for building cAdvisor with libipmctl support
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
2020-03-13 10:56:46 +01:00
David Ashpole
fd0e4a160b don't update the latest tag anymore 2020-03-02 09:55:14 -08:00
karl-tpio
08d0a0bf88
Update runtime_options.md
Added a quick descriptor for the `url_base_prefix` option.

Closes: https://github.com/google/cadvisor/issues/2377
Documents: https://github.com/google/cadvisor/pull/2117
2020-01-16 11:49:54 -08:00
qingwave
35ba803cd9 docs: update running flag for current process metrics 2019-07-19 09:59:41 +08:00
Masato Yamazaki
23bfbb9add fix typo 2019-04-01 16:55:02 +09:00
Igor German
8b0ff0160c Periodically updates machine info 2019-01-15 18:17:19 +03:00
hangongithub
70b83b9ac4 Ensure tcp6 and udp6 metrics are published via Prometheu (#2102)
add tcp6 and udp6 metrics to the prometheus endpoint

Change-Id: I17bcfee653527fe07d4791019e0e864ca88aeda3
2018-12-07 10:27:46 -08:00
Sashank Appireddy
02ecf721f5 Emit number of processes and file descriptors of a container 2018-10-29 16:55:34 -07:00
David Ashpole
d44ade2927 make formatting compatible with 1.11, and revert #2056 2018-10-23 11:28:14 -07:00
David Ashpole
34427f02be use go1.10 to build the canary image 2018-09-26 14:41:06 -07:00
Gijs Kunze
8a789bb1cd Adds missing documentation for container_memory_mapped_files 2018-08-29 10:05:28 +02:00
Xander Grzywinski
a390d2ef0c statsd docs (Issue #2002) (#2005)
* statsd documentation
2018-07-27 12:57:48 -07:00
Luc Perkins
97fcafeb0b Add table listing Prometheus metrics to Prometheus doc (#2001)
Add prometheus docs metrics table
2018-07-13 14:15:53 -07:00
moooofly
8630f1d855 fix: update docs/deploy.md 2018-06-28 16:00:45 +08:00
Sid Verma
d037716b91
Update docs - go 1.7 needed for building
The project uses the built-in `context` package introduced in go 1.7 - update the docs to reflect that.
2018-04-14 10:10:44 +05:30
David Ashpole
c13b7bb544 add node-e2e based testing instructinos 2018-02-08 10:45:55 -08:00
Rohit Agarwal
6ba3fa4e8c Add docs for using nvidia gpu monitoring. 2017-11-27 17:43:14 -08:00
Darío Hereñú
9d7cd18598
Minor proposal 2017-11-07 00:19:17 -03:00
Karl
5a033c064e Add runtime options for TLS support 2017-08-24 15:14:33 +02:00
David Ashpole
1b220a7ebc Merge branch 'master' into influxdb-retention-policy 2017-05-30 11:44:04 -07:00
Nate Gentile
05197a5450 fix centurylink labs link to prometheus integration 2017-05-20 08:29:48 -07:00
Chris Bui
1331547f62 Document runtime options
Many flags are missing from docs/runtime_options.md. Add all missing
flags that aren't storage driver specific.
2017-05-18 11:34:40 -05:00
Vincent Daniel
ef0f4d1c61 feat: handling retention policy in influxdb
docs: Adding storage_driver_influxdb_retention_policy flag to the influxdb documentation

fix: using rentention policy variable in test
2017-04-28 21:13:00 +02:00
Mathieu Cornic
8a0fa01342 Merge branch 'master' into patch-2 2017-03-25 17:14:14 +01:00
jjqq
4a4471684f doc about error Privileged mode is incompatible with user namespaces and solution --userns=host 2017-03-18 19:49:30 +09:00
Tim St. Clair
594dfd4ea6
Remove out of date support section of running doc 2017-03-17 10:50:07 -07:00
Andy Xie
55172b9002 fix markdown format 2017-03-04 12:06:00 +08:00
Tim St. Clair
701cd36b5c
Record sha256 for cAdvisor releases 2017-02-24 10:15:11 -08:00
Mathieu Cornic
49c76e5d22 doc: add default value for storage_duration option 2017-02-15 18:30:01 +01:00
Bilal Amarni
e2b87c896d mention another prometheus example using Grafana (#1561) 2017-01-03 16:48:02 -08:00
Tim St. Clair
6ce987b702
Streamline release process 2016-11-16 17:28:35 -08:00
Tim St. Clair
c52cb944ad
Publish public version of release instructions 2016-11-10 11:55:35 -08:00
Anandkumar Patel
ea7a38930c fix broken link: container_hints definition 2016-11-03 23:46:07 -07:00
Xin Huang
0c335a32ea Fix an error in 'application_metrics.md'
There is a minor mistake of Dockerfile example
2016-09-06 15:05:34 +08:00
Tobias Schmidt
82ce4ff6fc Update prometheus.io URL 2016-08-21 00:21:15 -04:00
Vishnu kannan
2eecea1353 Move presubmit to a make rule. Update docs to not use make all unless necessary.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 17:27:24 -07:00
Vishnu kannan
38ea12a533 update scripts and docs to not mention godep for builds
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:40:05 -07:00
waleed samy
148bc71924 fix broken link 2016-07-01 21:29:33 +02:00
Tim St. Clair
9895701919 Add link to cAdvisor release instructions 2016-05-12 16:02:45 -07:00
Victor Palma
58b26c9d2a add optional TLS client auth to Kafka storage 2016-05-06 15:40:29 -05:00
Tim St. Clair
a92834c8af Cleanup cAdvisor storage docs 2016-05-04 19:41:07 -07:00
Tim St. Clair
0ac3342863 Merge pull request #1241 from nik-kor/master
Add docs about using elasticsearch as a storage driver
2016-04-26 12:06:39 -07:00
Nikita Korotkih
f2beaa5ae1 Add docs about using elasticsearch as a storage driver 2016-04-26 19:40:12 +03:00
Ainsley Chong
700c3d1d4d Separated asset files into their own folder with the correct file
formats, and added a script to build them into required .go file using
go-bindata.
2016-04-21 15:16:08 -07:00
Tim St. Clair
5a2c760306 Add issue tracking documentation, move development documents to subdir 2016-02-08 16:17:41 -08:00
Jimmi Dyson
ee73baeef7 Make Go 1.5 a requirement 2016-01-07 10:01:29 +00:00