kubernetes/test/e2e/framework/metrics
Patrick Ohly 3e760310b2 e2e: revise import restrictions
- test/e2e/framework/*.go should have very minimal dependencies.
  We can enforce that via import-boss.

- What each test/e2e/framework/* sub-package uses is less relevant,
  although ideally it also should be as minimal as possible in each case.

Enforcing this via import-boss ensures that new dependencies get flagged as
problem and thus will get additional scrutiny. It might be okay to add them,
but it needs to be considered.
2023-02-12 14:56:45 +01:00
..
init e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
.import-restrictions e2e: revise import restrictions 2023-02-12 14:56:45 +01:00
api_server_metrics.go Enable ComponentSLIs as beta feature 2023-01-26 17:46:21 -08:00
api.go delete unused func in latencies.go 2019-11-07 08:21:00 +00:00
cluster_autoscaler_metrics.go Remove prometheus references in test/integration 2019-10-28 11:40:32 +01:00
controller_manager_metrics.go Remove prometheus references in test/integration 2019-10-28 11:40:32 +01:00
e2e_metrics.go e2e framework: eliminate redundant framework/[log|ginkgowrapper] 2022-10-06 08:16:47 +02:00
grab.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
interesting_metrics.go New histogram: Pod start SLI duration 2022-10-26 11:28:17 +02:00
kubelet_metrics.go Enable ComponentSLIs as beta feature 2023-01-26 17:46:21 -08:00
latencies.go remove TODO and use framework.SingleCallTimeout 2020-02-14 01:12:46 +08:00
metrics_grabber.go Enable ComponentSLIs as beta feature 2023-01-26 17:46:21 -08:00
OWNERS Enable ComponentSLIs as beta feature 2023-01-26 17:46:21 -08:00
pod.go Remove unused func and struct from pod.go 2019-11-13 04:17:24 +00:00
scheduler_metrics.go Remove prometheus references in test/integration 2019-10-28 11:40:32 +01:00
snapshot_controller_metrics.go Add Snapshot Controller e2e metric tests 2021-05-20 23:29:23 -07:00