Commit Graph

1852 Commits

Author SHA1 Message Date
Tim St. Clair
438cebc941 Release v0.23.1 2016-05-11 18:13:27 -07:00
Tim St. Clair
9a62ee199f Merge pull request #1272 from ainsleyc/container-metric-graphs
Added per-subcontainer charts to the UI
2016-05-10 18:45:28 -07:00
Ainsley Chong
cbcf95b0bc Added per-subcontainer charts to the UI. 2016-05-10 14:23:32 -07:00
Tim St. Clair
8404284c42 Merge pull request #1274 from timstclair/container
Delete unused ListThreads container method
2016-05-09 11:59:28 -07:00
Vish Kannan
417079468c Merge pull request #1275 from timstclair/docker-state-cleanup
Docker state cleanup
2016-05-09 11:44:17 -07:00
Vish Kannan
78f0c42bd6 Merge pull request #1243 from timstclair/event-store
Don't create a EventStore if the event limit is set to 0
2016-05-09 11:19:43 -07:00
Tim St. Clair
d1868287db Clean up docker root dir 2016-05-06 19:31:36 -07:00
Tim St. Clair
4c506006f2 Don't validate docker state file, since it's no longer used 2016-05-06 19:29:24 -07:00
Tim St. Clair
8ccd22d2e2 Merge pull request #1171 from enoodle/aws_cloudinfo_to_read_from_dmi_file
cloudinfo: bugfix openstack identified as aws
2016-05-06 16:04:31 -07:00
Tim St. Clair
85badb7422 Merge pull request #1270 from devx/add-kafka-tls-client-auth
add optional TLS client auth to Kafka storage
2016-05-06 15:38:01 -07:00
Tim St. Clair
019bfaecc7 Delete unused ListThreads container method 2016-05-06 13:45:29 -07:00
Victor Palma
58b26c9d2a add optional TLS client auth to Kafka storage 2016-05-06 15:40:29 -05:00
Tim St. Clair
05fb225624 Merge pull request #1269 from sjpotter/update-rkt
version checking for rkt + godep changes
2016-05-06 12:40:40 -07:00
Shaya Potter
44795d7ce0 add version checking for rkt api service + godep changes 2016-05-06 01:01:20 -07:00
Phillip Wittrock
8ba1f6d582 Merge pull request #1265 from timstclair/docs
Clean up storage driver docs
2016-05-05 21:54:12 -07:00
Tim St. Clair
4c3454ad6f Inline storageDriver usage & fix error message 2016-05-05 17:13:41 -07:00
Tim St. Clair
a92834c8af Cleanup cAdvisor storage docs 2016-05-04 19:41:07 -07:00
Tim St. Clair
85d2668128 Clean up -storage_driver flag
Fix storage driver flag to show all the registered drivers as
options. Result:

```
  -storage_driver driver
                  storage driver to use. Data is always cached shortly
                  in memory, this controls where data is pushed besides
                  the local cache. Empty means none. Options are:
                  <empty>, bigquery, elasticsearch, influxdb, kafka,
                  redis, statsd, stdout
```
2016-05-04 19:26:44 -07:00
Tim St. Clair
d08cd24ea2 Merge pull request #1256 from timstclair/godep
Clean up cAdvisor Godeps
2016-05-03 12:23:51 -07:00
Vish Kannan
1ee58f4a0f Merge pull request #1259 from timstclair/disable-metrics
Fixes for --disable_metrics flag
2016-05-03 12:10:04 -07:00
Vish Kannan
000a773d16 Merge pull request #1262 from timstclair/install
Fix build for go 1.6
2016-05-03 10:44:35 -07:00
Tim St. Clair
d624bcde0c Fix build for go 1.6 2016-05-03 10:32:04 -07:00
Vish Kannan
bebe18b67a Merge pull request #1261 from sjpotter/listToCommon
move ListContainers code to common and make rkt play nice
2016-05-03 10:12:54 -07:00
Shaya Potter
5ca11bb1a0 move ListContainers code to common and make rkt play nice
playing nice means not elliding the system.slice cgroup but allowing the
raw handler to handle it
2016-05-03 07:14:53 -07:00
Tim St. Clair
c8d9cc16dc Fixes for --disable_metrics flag
1. Fix for writing to nil map when value is non-empty.
2. Fix the usage string: go flag package uses backticks for the flag
name.
3. Render the flag default value in the same format as the flag accepts.
2016-05-02 22:47:37 -07:00
Tim St. Clair
1faa7673f9 Merge pull request #1258 from yujuhong/add_logs
Print the event when failed to process it
2016-05-02 18:12:37 -07:00
Yu-Ju Hong
f695b7cfc8 Print the event when failed to process it 2016-05-02 17:47:41 -07:00
Tim St. Clair
4bebcc0e1f Merge pull request #1245 from ainsleyc/separate-templates
Moved html template into assets directory
2016-05-02 16:33:36 -07:00
Vish Kannan
04a0a007ba Merge pull request #1221 from timstclair/tests
Cleanup manager package
2016-05-02 16:05:24 -07:00
Tim St. Clair
4d3ef349fb Move utils/machine -> machine 2016-05-02 15:56:49 -07:00
Tim St. Clair
f365c6a115 Move docker types to v1 API 2016-05-02 15:52:29 -07:00
Tim St. Clair
6c25ee3df6 Clean up cAdvisor Godeps
Workflow:
```
$ go get -u github.com/tools/godep
$ godep restore
$ rm -rf Godeps
$ godep save ./...
```

This deletes orphaned packages such as
github.com/fsouza/go-dockerclient, and cleans up the workspace to match
the latest godeps rules (e.g. don't vendor vendor directories).
2016-05-02 15:32:45 -07:00
Tim St. Clair
9961e37168 Delete unused ManagerMock 2016-05-02 12:24:33 -07:00
Tim St. Clair
0c89fd1b71 Refactor docker-specific functions from manager to docker 2016-05-02 12:24:31 -07:00
Tim St. Clair
b983d32d96 Refactor manager/machine.go -> utils/machine/info.go 2016-05-02 11:54:10 -07:00
Tim St. Clair
ee5bad8d84 Merge pull request #1252 from sjenning/prefer-systemd
prefer using systemd for oom monitoring
2016-05-02 11:50:53 -07:00
Tim St. Clair
8f175bcdce Merge pull request #1253 from timstclair/install
Switch to go install for faster incremental builds
2016-05-02 11:43:02 -07:00
Seth Jennings
5fa60e5019 prefer using systemd for oom monitoring 2016-05-02 13:41:12 -05:00
Tim St. Clair
b635018655 Switch to for faster incremental builds 2016-05-02 11:35:42 -07:00
Ainsley Chong
b7faf83410 Moved html template into assets directory
Reformated to .html file, and added build commands to assets.sh
2016-04-28 13:54:15 -07:00
Tim St. Clair
ae814a5fff Merge pull request #1233 from ausil/master
ClockSpeed not defined in /proc/cpuinfo for 32 bit arm, so return 0.
2016-04-26 12:09:11 -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
Tim St. Clair
468b7d10e4 Merge pull request #1217 from ainsleyc/seperate-assets
Separated asset files into their own folder
2016-04-26 11:35:48 -07:00
Nikita Korotkih
f2beaa5ae1 Add docs about using elasticsearch as a storage driver 2016-04-26 19:40:12 +03:00
Tim St. Clair
ced5455591 Merge pull request #1203 from Random-Liu/new-docker-client
Switch to new docker client
2016-04-25 19:41:52 -07:00
Lantao Liu
998aa4ad48 Update Godeps. 2016-04-25 19:22:05 -07:00
Lantao Liu
ece4c555cc switch to the new engine-api 2016-04-25 19:22:05 -07:00
Tim St. Clair
0d4e44fa34 Don't create a EventStore if the event limit is set to 0 2016-04-25 16:50:17 -07: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
Vish Kannan
75195c38c8 Merge pull request #1198 from MastodonC/master
Adds docker labels to tags for influxdb storage
2016-04-21 15:02:39 -07:00