open-vault/vault/diagnose
Hridoy Roy 5b63066c2c
Diagnose V0: Storage End to End Checks (#11468)
* Create helpers which integrate with OpenTelemetry for diagnose collection

* Go mod vendor

* consul tls checks

* draft for storage end to end check

* 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

* 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

* cleaned up chan logic. Tests next.

* fix tests

* remove a comment

* tests

* remove a comment

* cosmetic changes

Co-authored-by: Scott G. Miller <smiller@hashicorp.com>
Co-authored-by: swayne275 <swayne275@gmail.com>
2021-05-02 13:33:13 -07:00
..
test-fixtures
helpers.go
helpers_test.go
mock_storage_backend.go Diagnose V0: Storage End to End Checks (#11468) 2021-05-02 13:33:13 -07:00
output.go
storage_checks.go Diagnose V0: Storage End to End Checks (#11468) 2021-05-02 13:33:13 -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