Download the PHP package coremetrics/coremetrics-laravel without Composer
On this page you can find all versions of the php package coremetrics/coremetrics-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coremetrics/coremetrics-laravel
More information about coremetrics/coremetrics-laravel
Files in coremetrics/coremetrics-laravel
Package coremetrics-laravel
Short Description Coremetrics server and application monitoring.
License MIT
Informations about the package coremetrics-laravel
coremetrics-laravel
Installation
Publish Configuration
This is necessary to set the channel token, so the server will accept the metrics.
Add Token
You must add a channel token from the Coremetrics server to the .env
file under the key COREMETRICS_TOKEN
. This will be a UUID.
Server Endpoint
You must set a server endpoint in the .env
file under the key COREMETRICS_URL
.
Daemon:
If the command isn't running then the agent will be started automatically. There is currently no mechanism to turn off the agent after it is started in this way, so it is recommended to start the agent manually with the following commmand in order to be able to stop it. If you don't, it will keep running and fill up logs with debug statements.
All versions of coremetrics-laravel with dependencies
ext-sockets Version *
ext-curl Version *
ext-json Version *
illuminate/support Version ~5.0 || ~6.0 || ~7.0 || ~8.0
clue/socket-raw Version ^1.4
react/event-loop Version ^1.1
react/socket Version ^1.2