Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with NC Tables #385

Open
intervisionlord opened this issue Feb 25, 2024 · 3 comments
Open

Integration with NC Tables #385

intervisionlord opened this issue Feb 25, 2024 · 3 comments
Assignees
Labels
in progress development in progress

Comments

@intervisionlord
Copy link

Hello,
it seems that integration of analytics with tables does not work properly.
For example i have a table with several columns (e.g. LTO Tape Type with fixed values (LTO5, LTO6, LTO7), and their fixed locations (e.g. datacenter 1 and datacenter 2))
When i try to build graph with count of some type of tapes in datacenters i can't do it.

First of all the problem in fixed values in tables app. The analytics app get their ID's but not names, so i have only values like 1, 2 or 3, not LTO5, LTO6, LTO7. And same about locations - i have values only 1 or 2, not names like datacenter1 or datacenter2.

Second problem - it is unable ti build graph with proper axises for example: horisontal axis must be a type and vertical axis mus be a count of tapes of same type, like X:LTO5 Y:100, X:LTO6 Y:500, X:LTO7 Y:1000, so i expect to see 3 bars on graph wich mean tape type and height of this bars depends of count of each type.

But i have only a blank graph...

@Rello
Copy link
Owner

Rello commented Feb 26, 2024

Hi,
thank you for the report. let me check the topic of fixed values. I did not know about them...

@intervisionlord
Copy link
Author

I have some screenshots to explain what i mean

lto
lto2
lto3
lto4

@Rello
Copy link
Owner

Rello commented Feb 27, 2024

fix is being processed within the Tables API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress development in progress
Projects
None yet
Development

No branches or pull requests

2 participants