Skip to content

Instantly share code, notes, and snippets.

@mvodep
Last active March 15, 2022 15:29
Show Gist options
  • Save mvodep/cd8b0c31676dea72504352f9ec3ad9f8 to your computer and use it in GitHub Desktop.
Save mvodep/cd8b0c31676dea72504352f9ec3ad9f8 to your computer and use it in GitHub Desktop.
{
"currentServiceTime": "2007-12-24T18:21Z",
"serviceName": "MyService",
"hostname": "host123.somedomain",
"deployed Version": "1.2.3-24534535",
"integrationPoints": [
{
"id": "POSTGRES_APPDONAIN_CORE",
"type": "database",
"host": "pgsql2.somedomain",
"connection": "ok",
"protocol": "ok",
"timing": "highResponseTime",
"lastErrorMessages": [
{
"referenceId": "d366b814-f188-4299-b99e-0bbc706015d8",
"type": "QueryThresholdExceeded",
"detail": {
"type": "storedProcedure",
"status": "open",
"issueBegin": "2007-12-24T18:21Z",
"codeReference": {
"file": "MyPgsqlRepository.java",
"line": 223
}
}
}
]
},
{
"id": "MAIL_SERVICE",
"type": "service",
"host": "someotherservice2.somedomain",
"upstream": {
"connection": "ok",
"protocol": "parsingError",
"timing": "ok"
},
"downstream": {
"connection": "ok",
"protocol": "ok",
"timing": "ok"
},
"lastErrorMessages": [
{
"referenceId": "15275afd-41f0-4efd-8648-331b6e2f8dec",
"type": "ProtocolFailure",
"subtype": "ParsingError",
"detail": {
"type": "TypeNotFound",
"status": "open",
"issueBegin": "2007-12-24T18:21Z",
"codeReference": {
"file": "MyParser.java",
"line": 223
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment