Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential ideas for additional prometheus metrics #21

Open
6 tasks
clone1018 opened this issue Apr 17, 2021 · 1 comment
Open
6 tasks

Potential ideas for additional prometheus metrics #21

clone1018 opened this issue Apr 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@clone1018
Copy link
Member

This is more of an idea instead of specific work, but we have so many more locations to pull metrics from that are currently invisible.

  • App server
  • Postgres server
  • Potential: Orchestrator Metrics?
  • Potential: Janus Metrics?
    • Are there existing plugins we could hook into? MQTT??? Websocket event plugins
    • Accessible via the admin panel?
@clone1018 clone1018 added the enhancement New feature or request label Apr 17, 2021
@LukeHandle
Copy link
Contributor

So, we can sort of cheat and get some of this via promtail and logs. For things using Caddy, we can easily get timings and categorise that.

I haven't yet poked at all at the Elixir or FTL bits to see how their logs are. JSON or at least mostly structured are sort of needed.

Basically though, anything matching a regex could increment a counter.

Ideally though a native solution in those services would be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants