Skip to content

Instantly share code, notes, and snippets.

@mayurah
Created May 19, 2017 04:12
Show Gist options
  • Save mayurah/aed9902c3a8f84c409e4a311bd59caaa to your computer and use it in GitHub Desktop.
Save mayurah/aed9902c3a8f84c409e4a311bd59caaa to your computer and use it in GitHub Desktop.
data format for predictive analytics on services
{
"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