Skip to content

Commit

Permalink
Basic Ambex visibility: save a certain number of Ambex snapshots to d…
Browse files Browse the repository at this point in the history
…isk for debugging

Signed-off-by: Flynn <[email protected]>

Signed-off-by: Luke Shumaker <[email protected]>
  • Loading branch information
Flynn authored and LukeShu committed Sep 28, 2021
1 parent d66af0d commit 3f88fa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/ambex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ import (
v3server "github.com/datawire/ambassador/v2/pkg/envoy-control-plane/server/v3"
"github.com/datawire/ambassador/v2/pkg/memory"

// envoy protobuf v2 -- Be sure to import the package of any types that the Python emits a
// "@type" of in the generated config, even if that package is otherwise not used by ambex.
// Envoy API v2
// Be sure to import the package of any types that're referenced with "@type" in our
// generated Envoy config, even if that package is otherwise not used by ambex.
v2 "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2"
_ "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2/auth"
v2core "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2/core"
Expand Down

0 comments on commit 3f88fa1

Please sign in to comment.