Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History

challenge7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Challenge 7

image

We want to add telemetry support to the serializer to report on event loop delay. ContainerPilot is already configured to expose the telemetry port for Prometheus inside of the serializer. Your challenge is to add another entry for event_delay to the telemetry section of the serializer containerpilot.json5 file. Once this is done verify your results by visiting the Prometheus dashboard at localhost:9090 and running the event delay metric.

hint toppys documentation can be found at https://www.npmjs.com/package/toppsy

hint ContainerPilot documentation can be found at https://www.joyent.com/containerpilot/docs

Next Up: Final!