Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coralproject/talk-plugin-prom

Prometheus exporter for Talk
https://github.com/coralproject/talk-plugin-prom

coralproject metrics observability prometheus talk

Last synced: about 2 months ago
JSON representation

Prometheus exporter for Talk

Awesome Lists containing this project

README

        

# talk-plugin-prom

This plugin provides a [Prometheus](https://prometheus.io/) exporter for [Talk](https://github.com/coralproject/talk) by ways of a [plugin](https://docs.coralproject.net/talk/plugins/).

## Installation

**Currently in alpha, do not use in production yet!**

Modify/create your plugins.json file to include the plugin:

```
{
"server": [
// ...
{"@coralproject/talk-plugin-prom": "^0.0.11-alpha"},
// ...
],
"client": [
// ...
]
}
```

Which will enable it.

## License

Talk is released under the Apache License, v2.0.