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

使用categraf的oracle模块配合夜莺提供的仪表盘有些页面是空白的如何处理? #1048

Open
eguotangseng opened this issue Sep 10, 2024 · 1 comment

Comments

@eguotangseng
Copy link

Relevant config.toml

[[metrics]]
mesurement = "sessions"
label_fields = [ "status", "type" ]
metric_fields = [ "value" ]
timeout = "3s"
request = '''
SELECT status, type, COUNT(*) as value FROM v$session GROUP BY status, type
'''
有仪表盘中oracle_sysmetric_buffer_cache_hit_ratio_value,这个页面的sql语言吗?

Logs from categraf

页面没有对应的sql语句,不知道如何编写

System info

oracle

Docker

No response

Steps to reproduce

1.想问问大家如何编写sql出数来支持仪表盘的显示
2.
3.
...

Expected behavior

就是仪表盘

Actual behavior

就是仪表盘

Additional info

就是仪表盘

@kongfei605
Copy link
Collaborator

google一下 看看SQL怎么写

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

No branches or pull requests

2 participants