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

https://github.com/warpnet/messagebird_exporter

Exporter for MessageBird metrics
https://github.com/warpnet/messagebird_exporter

messagebird-exporter messagebird-metrics prometheus prometheus-exporter

Last synced: 2 months ago
JSON representation

Exporter for MessageBird metrics

Awesome Lists containing this project

README

        


MessageBird Exporter





Latest release version


GoDoc


GitHub - License


GitHub Workflow Status


GitHub contributors


messagebird_exporter is a Prometheus exporter for MessageBird metrics, written in Go.


Explore the docs »


Report Bug
·
Request Feature

## Introduction
Prometheus exporter for [MessageBird](https://messagebird.com/en/) metrics, written in Go.

* [Installation](README.md#installation)
* [Binaries](README.md#binaries)
* [Via Go](README.md#via-go)
* [Usage](README.md#usage)

## Installation
### Binaries
For installation instructions from binaries please visit the [Release Page](https://github.com/roaldnefs/messagebird_exporter/releases).

### Via Go
```console
$ go get github.com/roaldnefs/messagebird_exporter
```

## Usage
```console
$ messagebird_exporter --help
usage: messagebird_exporter --messagebird.api-key=MESSAGEBIRD.API-KEY []

Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--web.listen-address=":9601"
Address on which to expose metrics and web interface.
--web.telemetry-path="/metrics"
Path under which to expose metrics.
--messagebird.api-key=MESSAGEBIRD.API-KEY
MessageBird Api Key.
--version Show application version.

$ messagebird_exporter --messagebird.api-key=test_myapikey
INFO[0000] Starting MessageBird Exporter version=unknown
INFO[0000] Listening on :9601 listen_address=":9601" metrics_path=/metrics
```