mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 08:15:29 +00:00
Add kamon.io metrics reporting (#395)
* Add kamon.io metrics reporting * Line length + whitespace
This commit is contained in:
parent
4e5bb3a252
commit
eabb952683
6 changed files with 36 additions and 1 deletions
|
|
@ -218,3 +218,17 @@ NetSim.ReorderTime = 150 milliseconds
|
|||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
[kamon]
|
||||
|
||||
# Kamon
|
||||
#
|
||||
# Active (boolean)
|
||||
# Description: Enables reporting of metrics to Kamon.io
|
||||
# Important: Ensure the API key is set in application.conf in the same
|
||||
# folder as PsLogin.scala
|
||||
# Default: no - (Disabled)
|
||||
# yes - (Enabled)
|
||||
|
||||
Active = no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue