open-vault/vault/diagnose
Scott Miller 941d01eee3
Initial Diagnose CLI output (#11583)
* Create helpers which integrate with OpenTelemetry for diagnose collection

* Go mod vendor

* Comments

* Update vault/diagnose/helpers.go

Co-authored-by: swayne275 <swayne275@gmail.com>

* Add unit test/example

* tweak output

* More comments

* add spot check concept

* Get unit tests working on Result structs

* wip

* Fix unit test

* Get unit tests working, and make diagnose sessions local rather than global

* Comments

* Last comments

* No need for init

* :|

* Fix helpers_test

* wip

* wip

* wip

* Revendor otel

* Fix merge related problems

* imports

* Fix unit tests

Co-authored-by: swayne275 <swayne275@gmail.com>
2021-05-21 19:21:11 -07:00
..
test-fixtures
helpers.go Initial Diagnose CLI output (#11583) 2021-05-21 19:21:11 -07:00
helpers_test.go Initial Diagnose CLI output (#11583) 2021-05-21 19:21:11 -07:00
mock_storage_backend.go Diagnose V0: Storage End to End Checks (#11468) 2021-05-02 13:33:13 -07:00
output.go Initial Diagnose CLI output (#11583) 2021-05-21 19:21:11 -07:00
storage_checks.go Diagnoses Consul Direct Access Check (#11505) 2021-05-02 16:21:06 -07:00
storage_checks_test.go Diagnose V0: Storage End to End Checks (#11468) 2021-05-02 13:33:13 -07:00
tls_verification.go
tls_verification_test.go