prometheus/discovery
Fuente, Pablo Andres 902fafb8e7 Fixing tests for Windows
Fixing the config/config_test, the discovery/file/file_test and the
promql/promql_test tests for Windows. For most of the tests, the fix involved
correct handling of path separators. In the case of the promql tests, the
issue was related to the removal of the temporal directories used by the
storage. The issue is that the RemoveAll() call returns an error when it
tries to remove a directory which is not empty, which seems to be true due to
some kind of process that is still running after closing the storage. To fix
it I added some retries to the remove of the temporal directories.
Adding tags file from Universal Ctags to .gitignore
2017-07-09 01:59:30 -03:00
..
azure Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00
consul Hide consul token on UI. (#2797) 2017-06-01 22:14:23 +01:00
dns Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00
ec2 Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00
file Fixing tests for Windows 2017-07-09 01:59:30 -03:00
gce Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00
kubernetes Replace regex with Secret type and remarshal config to hide secrets (#2775) 2017-05-29 12:46:23 +01:00
marathon Marathon SD: Set port index label 2017-06-23 09:52:52 +01:00
openstack Openstack Service Discovery (#2701) 2017-06-01 23:49:02 +02:00
triton Add triton zone brand metadata 2017-04-06 21:35:42 +00:00
zookeeper Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00
discovery.go Openstack Service Discovery (#2701) 2017-06-01 23:49:02 +02:00
discovery_test.go Use log.Logger interface for all discovery services 2017-06-01 11:25:55 -05:00