Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reitermarkus/assetcache_exporter

Prometheus exporter for macOS AssetCache
https://github.com/reitermarkus/assetcache_exporter

Last synced: 2 months ago
JSON representation

Prometheus exporter for macOS AssetCache

Awesome Lists containing this project

README

        

# assetcache_exporter

Prometheus exporter for macOS AssetCache

## Installation

```sh
brew tap reitermarkus/tap
brew install assetcache_exporter
```

## Service

```sh
brew services start assetcache_exporter
```

## Scrape Configuration

```yaml
- job_name: assetcache
static_configs:
- targets:
- 10.0.0.235:9923
```