sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1.01k stars 177 forks source link

Metadata should be visible in entity info output when using tabular format #3813

Open cwjohnston opened 4 years ago

cwjohnston commented 4 years ago

Feature Suggestion

Entity metadata (e.g. labels and annotations) should be visible in the tabular output of sensuctl entity info

Context

Label metadata is expected to be specifically meaningful to operators, so it would be helpful for this information to be visible when using tabular output, which is both the default format and the most instantly human-readable.

portertech commented 4 years ago

Perhaps there are already too many fields in tabular output, not enough space! We either need the ability to configure which columns are displayed or lean on JSON output.

calebhailey commented 4 years ago

Related: https://github.com/sensu/sensu-go/issues/3667