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

Metrics did not reflect successfully #9

Open
qiuqiu-007 opened this issue Oct 18, 2023 · 0 comments
Open

Metrics did not reflect successfully #9

qiuqiu-007 opened this issue Oct 18, 2023 · 0 comments

Comments

@qiuqiu-007
Copy link

qiuqiu-007 commented Oct 18, 2023

There is some problem about metric reflecting of keywords messages. It's really bothering me why the key word has already defined in the file of model.go, but did not reflected, such as fdb_client_messages and fdb_cluster_processes_messages. The following is key code:
#model.go row 21
Client struct { ... Messages []any json:"messages"}json:"client"
#model.go row 175
Cluster struct { ... Messages []struct { Description stringjson:"description"Name stringjson:"name"}json:"messages"
#model.go row 224
Cluster struct { ... Processes map[string]struct { Messages []anyjson:"messages"}json:"processes" fdbmeter:"key=process_id"

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

1 participant