@coralproject/talk-plugin-prom

This plugin provides a Prometheus exporter for Talk by ways of a plugin.

Usage no npm install needed!

<script type="module">
  import coralprojectTalkPluginProm from 'https://cdn.skypack.dev/@coralproject/talk-plugin-prom';
</script>

README

talk-plugin-prom

This plugin provides a Prometheus exporter for Talk by ways of a plugin.

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.