lens: Add ability to view raw data in metabase
#1223
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1223
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
lens
allow viewing prepared data stored inmetabase
, like objects ingraveyard
orgarbage
buckets.For development purposes, we need to view raw info for buckets and content in them.
It is impossible to use web or UI app on the server because it restricts by security reasons.
For development purposes we use dev-env, it will allow you to startup
frostfs
locally.Follow instructions from README.md to start it.
In scope of this task:
frostfs-lens meta inspect\list-*
to look at data stored inmetabase
frostfs-lens meta tui
raw
mode - print the info about buckets and it content as isapi
mode - output data in humanreadable formatinspect
selected objectcc @fyrchik, @dstepanov-yadro
How to use xk6-frostfs:
Filling metabase might be easier with a unit test, because it can contain a customized scenario (use more buckets, different type of objects etc.)
metabase
#1246