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

Moonshot exporter to set metric names similar to other hardwares #106

Closed
ibrahimkk-moideen opened this issue Nov 8, 2024 · 0 comments · Fixed by #107
Closed

Moonshot exporter to set metric names similar to other hardwares #106

ibrahimkk-moideen opened this issue Nov 8, 2024 · 0 comments · Fixed by #107
Assignees
Labels
enhancement New feature or request

Comments

@ibrahimkk-moideen
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

At present for HP Moonshot chassis, the resulting metrics has its own customized names.

power_supply_output{cluster="X", console01="<console-fqdn>", division="<division>", instance="<instance>", job="<job>", name="Power Supply 1", prom_env="prod", region="<region>", server="<server>", site_id="<site>", site_name="<site>", sparePartNumber="704604-001", switch01="<swtich-fqdn>"}

moonshot_switch_power_supply_output{cluster="X", console01="<console-fqdn>", division="<division>", instance="<instance>", job="<job>", name="switch-a-PowerMetrics", prom_env="prod", region="<region>", server="<server>", site_id="<site>", site_name="<site>", switch01="<swtich-fqdn>"}

Describe the solution you'd like

This request is to make the metric names generic as other hardwares.

redfish_power_supply_output{cluster="X", console01="<console-fqdn>", division="<division>", instance="<instance>", job="<job>", name="Power Supply 1", prom_env="prod", region="<region>", server="<server>", site_id="<site>", site_name="<site>", sparePartNumber="704604-001", switch01="<swtich-fqdn>"}

redfish_power_supply_output{cluster="X", console01="<console-fqdn>", division="<division>", instance="<instance>", job="<job>", name="switch-a-PowerMetrics", prom_env="prod", region="<region>", server="<server>", site_id="<site>", site_name="<site>", switch01="<swtich-fqdn>"}

Additional context
None.

@ibrahimkk-moideen ibrahimkk-moideen added the enhancement New feature or request label Nov 8, 2024
@ibrahimkk-moideen ibrahimkk-moideen self-assigned this Nov 8, 2024
@ibrahimkk-moideen ibrahimkk-moideen linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant