CASMMON-464 Create VMscrape service for ldms, slingshot, redfish flow end points #188
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary and Scope
Create VMscrape service for ldms, slingshot, redfish flow end points## Issues and Related PRs
List and characterize relationship to Jira/Github issues and other pull requests. Be sure to list dependencies.
*[ Resolves [issue id](issue link)
<insert branch name here>
<insert PR URL here>
](https://jira-pro.it.hpe.com:8443/browse/CASMMON-464)Testing
List the environments in which these changes were tested.
Tested on: Tyr
curl -G 'http://vmselect-vms.sysmgmt-health.svc.cluster.local:8481/select/0/prometheus/api/v1/query?query=flow_consumed_messages'
{"status":"success","isPartial":false,"data":{"resultType":"vector","result":[{"metric":{"name":"flow_consumed_messages","cluster":"cluster-name","container":"cray-hms-flow","endpoint":"telsling-stats","instance":"10.36.0.21:8000","job":"cray-hms-flow","namespace":"sma","pod":"cray-hms-flow-6c55c84bc9-fpmxq","prometheus":"sysmgmt-health/vms","service":"cray-hms-flow"},"value":[1733275594,"11639906"]},{"metric":{"name":"flow_consumed_messages","cluster":"cluster-name","container":"cray-hms-flow","endpoint":"ldms-stats","instance":"10.36.0.21:8001","job":"cray-hms-flow","namespace":"sma","pod":"cray-hms-flow-6c55c84bc9-fpmxq","prometheus":"sysmgmt-health/vms","service":"cray-hms-flow"},"value":[1733275594,"4587666"]},{"metric":{"name":"flow_consumed_messages","cluster":"cluster-name","container":"cray-hms-flow","endpoint":"redfish-stats","instance":"10.36.0.21:8002","job":"cray-hms-flow","namespace":"sma","pod":"cray-hms-flow-6c55c84bc9-fpmxq","prometheus":"sysmgmt-health/vms","service":"cray-hms-flow"},"value":[1733275594,"2436"]}]},"stats":{"seriesFetched": "3","executionTimeMsec":4}}sh-4.4$