https://github.com/hewlettpackard/pcp_exporter
Exporter for Performance CoPilot Metrics
https://github.com/hewlettpackard/pcp_exporter
exporter hpe pcp performancecopilot prometheus
Last synced: about 1 year ago
JSON representation
Exporter for Performance CoPilot Metrics
- Host: GitHub
- URL: https://github.com/hewlettpackard/pcp_exporter
- Owner: HewlettPackard
- License: apache-2.0
- Created: 2017-06-07T13:54:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T23:42:29.000Z (over 5 years ago)
- Last Synced: 2025-04-04T17:37:08.513Z (about 1 year ago)
- Topics: exporter, hpe, pcp, performancecopilot, prometheus
- Language: Go
- Size: 3.27 MB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance CoPilot Metrics Exporter
[](https://goreportcard.com/report/github.com/HewlettPackard/pcp_exporter)
[](https://travis-ci.org/HewlettPackard/pcp_exporter)
[Prometheus](https://prometheus.io/) exporter for PCP metrics.
## Getting
```
go get github.com/HewlettPackard/pcp_exporter
```
## Building
```
cd $GOPATH/src/github.com/HewlettPackard/lustre_exporter
make
```
or
```
go build github.com/HewlettPackard/pcp_exporter
```
## Running
```
./pcp_exporter
```
### What's exported?
Currently, the PCP Exporter takes PCP metrics from a locally running PMWEBD instance via the PMWEBAPI, and makes no modifications aside from assigning nonnegative instance values as labels. Our end goal is to remove the instance values as labels entirely, and use string metrics from common instances as labels instead. Also, we will augment metric names to bring them in line with Prometheus naming standards as specified here: https://prometheus.io/docs/instrumenting/writing_exporters/#naming
## Contributing
To contribute to this HPE project, you'll need to fill out a CLA (Contributor License Agreement). If you would like to contribute anything more than a bug fix (feature, architectural change, etc), please file an issue and we'll get in touch with you to have you fill out the CLA.