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

[Feature][Agent] Support parsing metrics for different components #6194

Closed
2 tasks done
Keylchen opened this issue Oct 17, 2022 · 0 comments · Fixed by #6195
Closed
2 tasks done

[Feature][Agent] Support parsing metrics for different components #6194

Keylchen opened this issue Oct 17, 2022 · 0 comments · Fixed by #6195

Comments

@Keylchen
Copy link
Contributor

Keylchen commented Oct 17, 2022

Description

Now all the agent components share a set of metrics. When a component adds a dimension, all components will have this dimension even if the value is empty.

This feature is to support different components to parse their related metric.

Use case

MemoryChannel_total{dimension="pluginReadSuccessCount",inlongGroupId="default_inlong_group_id",pluginId="MemoryChannel",} 20000.0
MemoryChannel_total{dimension="pluginSendSuccessCount",inlongGroupId="default_inlong_group_id",pluginId="MemoryChannel",} 20000.0
JobManager_total{dimension="jobRunningCount",componentName="JobManager",} 1.0

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow healchow changed the title [Feature][Agent]Support different components to parse their related metric. [Feature][Agent] Support parsing metrics for different components Oct 18, 2022
@healchow healchow added this to the 1.4.0 milestone Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants