# compass-exporter **Repository Path**: oss-compass/compass-exporter ## Basic Information - **Project Name**: compass-exporter - **Description**: 这是一个Prometheus导出器,为Compass提供令牌使用统计、Compass报告统计和其他信息(也许将来会成为Compass管理平台)。 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-18 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prometheus Exporter for Compass This is a Prometheus exporter that provides token usage stats, Compass report stats, and other information for Compass (maybe it would become Compass Admin platform in the future). ## Build 1. git clone this repository at first. ``` $ git clone https://github.com/oss-compass/compass-exporter ``` 2. to fetch and compile all dependencies. ``` $ mix deps.get ``` 3. run locally ``` $ mix phx.server ``` ## Contributing Contributions are welcome! To contribute, please follow these steps: 1. Fork the repository. 2. Create a new branch for your changes. 3. Make your changes and commit them. 4. Push your changes to your fork. 5. Submit a pull request. ## License Under the GNU Affero General Public License v3.0. See the LICENSE file for more information. ## Acknowledgments Thanks to the Prometheus team for providing such a great monitoring tool. I hope this helps! Let me know if you have any further questions or need additional assistance.