All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
schema.topo-metrics.json Maven / Gradle / Ivy
{
"displayText": "Application Topo",
"name": "topo-metrics",
"ttl": "P7D",
"timestampSpec": {
"column": "timestamp",
"format": "auto"
},
"dimensionsSpec": [
{
"name": "srcEndpoint",
"displayText": "Source Endpoint",
"required": true
},
{
"name": "srcEndpointType",
"displayText": "Source Endpoint Type",
"required": true
},
{
"name": "dstEndpoint",
"displayText": "Dst Endpoint",
"required": true
},
{
"name": "dstEndpointType",
"displayText": "Dst Endpoint Type",
"required": true
}
],
"metricsSpec": [
{
"type": "longSum",
"name": "callCount",
"displayText": "Call Count",
"unit": ""
},
{
"type": "longSum",
"name": "errorCount",
"displayText": "error count",
"unit": ""
},
{
"type": "longMin",
"name": "minResponseTime",
"displayText": "Min Response Time",
"unit": "nanosecond"
},
{
"type": "longSum",
"name": "responseTime",
"displayText": "Response Time",
"unit": "nanosecond"
},
{
"type": "longMax",
"name": "maxResponseTime",
"displayText": "Max Response Time",
"unit": "nanosecond"
},
{
"type": "post",
"name": "avgResponseTime",
"displayText": "Avg Response Time",
"expression": "responseTime/callCount",
"unit": "nanosecond"
}
]
}