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

Node name is quoted string #20

Open
matsimitsu opened this issue Jan 8, 2025 · 0 comments
Open

Node name is quoted string #20

matsimitsu opened this issue Jan 8, 2025 · 0 comments
Assignees
Labels

Comments

@matsimitsu
Copy link
Member

The node_name ends up as a quoted string in the database:

staging :) select * from metrics.kubernetes_metrics_minutely order by timestamp desc limit 1 format Vertical;

SELECT *
FROM metrics.kubernetes_metrics_minutely
ORDER BY timestamp DESC
LIMIT 1
FORMAT Vertical

Query id: a8879bb4-27ff-4e8c-b002-bf6d38f7a6ba

Row 1:
──────
site_id:                           66e1668b855cad96c9ed08b8
timestamp:                         2025-01-08 11:12:12
node_name:                         "docker-desktop"
pod_name:                          kube-proxy-hzq5v
pod_namespace:                     kube-system
pod_uuid:                          20502936-2ed5-43ed-917e-ea03d28531ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants