Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skkap/metricat
Metricat is a metrics viewer for Prometheus exporters. Think of it as a portable Grafana on your desktop.
https://github.com/skkap/metricat
exporter grafana linux macos metrics prometheus viewer windows
Last synced: about 2 months ago
JSON representation
Metricat is a metrics viewer for Prometheus exporters. Think of it as a portable Grafana on your desktop.
- Host: GitHub
- URL: https://github.com/skkap/metricat
- Owner: skkap
- License: apache-2.0
- Created: 2021-04-03T18:01:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T15:44:55.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:11:11.377Z (5 months ago)
- Topics: exporter, grafana, linux, macos, metrics, prometheus, viewer, windows
- Language: TypeScript
- Homepage: https://metricat.dev
- Size: 1.15 MB
- Stars: 50
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![metricat-logo](./docs/logo.png)
Metricat is a metrics viewer for Prometheus exporters. Think of it as a portable Grafana on your desktop.
Homepage of the project: [https://metricat.dev](https://metricat.dev/)
![metricat-screenshot](./docs/metricat-screenshot.png)
# Supported platforms
In principal, all platforms supported by the [electron.build](https://www.electron.build) are supported.
Maintainers of this repository currently build artifact for the following platforms:
- MacOS x64
- Windows x64
- Linux: .deb and .rpm# Build
Currently using Electron v6.x.x, therefore need to use NodeJS v12.x.x to build.
Use thw following commands to build for various environments:
```
npm run electron:build:mac
npm run electron:build:win
npm run electron:build:deb
npm run electron:build:rpm
```# Contributions
Contributions are welcome in the form of pull requests or issues, but the author does not provide any guarantees on the minimal time of response.