k3s/test/e2e/instrumentation/monitoring
Patrick Ohly 752203d3fa e2e/instrumentation: decentralized settings
Tests settings should be defined in the test source code itself
because conceptually the framework is a separate entity that not all
test authors can modify.

Using the new framework/config code also has several advantages:
- defaults can be set with less code
- no confusion around what's a duration
- the options can also be set via command line flags

While at it, a minor bug gets fixed:
- readConfig() returns only defaults when called while
  registering Ginkgo tests because Viperize() gets called later,
  so the scale in the logging soak test couldn't really be configured;
  now the value is read when the test runs and thus can be changed

The options get moved into the "instrumentation.logging"
resp. "instrumentation.monitoring" group to make it more obvious where
they are used. This is a breaking change, but that was already
necessary to improve the duration setting from plain integer to a
proper time duration.
2018-10-05 14:24:35 +02:00
..
BUILD e2e/instrumentation: decentralized settings 2018-10-05 14:24:35 +02:00
accelerator.go Remove unneeded sleep from test. 2018-06-22 08:53:11 -07:00
cadvisor.go e2e/instrumentation: decentralized settings 2018-10-05 14:24:35 +02:00
custom_metrics_deployments.go Bump versions of components with latest security patches. 2018-08-22 11:27:36 +02:00
custom_metrics_stackdriver.go Fix Stackdriver custom metrics tests 2018-09-27 13:26:27 +02:00
metrics_grabber.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
prometheus.go should be fmt.printf in the e2e test 2018-07-16 14:00:51 +08:00
stackdriver.go removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
stackdriver_metadata_agent.go Introduce e2e test for Metadata Agent 2018-02-21 13:48:17 +01:00