Created
May 19, 2017 04:12
-
-
Save mayurah/aed9902c3a8f84c409e4a311bd59caaa to your computer and use it in GitHub Desktop.
data format for predictive analytics on services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"service": "transaction_api", | |
"timestamp": "2017-05-16T18:15:14Z", | |
"latency": "10ms", | |
"status": "up", | |
"description": "Transaaction API facilitates credit card processing channel communicating with multiple processors", | |
"overall_outage": 5, | |
"uptime": 99.9, | |
}, | |
{ | |
"service": "twilio_api", | |
"timestamp": "2017-05-16T18:15:14Z", | |
"latency": "3500ms", | |
"status": "down", | |
"description": "Twilio API sends out text, email and call to subscribers and stackholders as and when required", | |
"overall_outage": 5, | |
"uptime": 98.5, | |
}, | |
{ | |
"service": "rabbitmq", | |
"timestamp": "2017-05-16T18:15:14Z", | |
"latency": "4ms", | |
"status": "up", | |
"description": "RabbitMQ service takes care of messaging queues for transaction and other external API services", | |
"overall_outage": 0, | |
"uptime": 100, | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment