user avatar
multitenant: only count real hosts for billing
Bryan Boreham authored
PR #3822 made the kubernetes probe send host nodes, so we need to
exclude them from counting when billing.
aa0aab40
Name Last commit Last update
..
multitenant multitenant: only count real hosts for billing
api_report.go Multitenant mode: fetch live data from collectors
api_report_test.go Add app capabilities to /api endpoint
api_topologies.go Log part-merged nodes dropped to tracing
api_topologies_test.go Add more Opentracing detail to the app (#3383)
api_topology.go Log part-merged nodes dropped to tracing
api_topology_test.go Don't show non-internet pseudo nodes. (#1326)
benchmark_internal_test.go Log part-merged nodes dropped to tracing
collector.go fix: copy report before modifying
collector_test.go Log part-merged nodes dropped to tracing
control_router.go Update golang.org/x/net/context to latest
controls.go improvement: stop rendering if Context is cancelled
controls_test.go Allow passing arguments to controls
merger.go Remove slower mergers
merger_test.go Remove slower mergers
pipe_router.go Update golang.org/x/net/context to latest
pipes.go improvement: stop rendering if Context is cancelled
pipes_internal_test.go Update golang.org/x/net/context to latest
router.go improvement: stop rendering if Context is cancelled
router_test.go Update golang.org/x/net/context to latest
scope_test.go Use github.com/ugorji/go/codec/ for wiring messages
server_helpers.go multitenant: serialise report to buffer before sending
weave.go Honor DOCKER_* env variables in probe and app
weave_test.go Decouple Scope lifecycle from Weave lifecycle