Mark Events in the Monitoring Timeline

You may want to visualize specific events in your Monitoring timeline to check the impact of an action, like a deployment.

/docs/monitoring-events.png

It is possible to mark events in the Monitoring timeline using the following curl command:

or to display your Blackfire's credentials.

curl https://apm.blackfire.io/api/v1/events \
    --user "<YOUR_BLACKFIRE_SERVER_ID>:<YOUR_BLACKFIRE_SERVER_TOKEN>" \
    -H 'Content-type: application/json' \
    -H 'Accept: application/json' \
    -d '{"name": "Name of the event"}'