Compass Admin platform: include a Prometheus exporter that provides token usage stats, Compass report stats, and other information.
- git clone this repository at first.
$ git clone https://github.com/oss-compass/compass-admin
- to fetch and compile all dependencies.
$ mix deps.get
- run locally
$ ONLY_WEB=1 MIX_ENV=dev iex --sname app-front-apm -S mix phx.server
- deploy
MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix release
mix deploy
Contributions are welcome! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
Under the GNU Affero General Public License v3.0. See the LICENSE file for more information.
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.