72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
81 lines
3.1 KiB
Plaintext
81 lines
3.1 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "AWSMetricsRequestBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Metrics",
|
|
"category": "AWS Metrics"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "SubmitMetrics",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke SubmitMetrics"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after SubmitMetrics is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Submit Metrics"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
|
|
"details": {
|
|
"name": "Metrics Attributes list",
|
|
"tooltip": "The list of metrics attributes to submit."
|
|
}
|
|
},
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "Event priority",
|
|
"tooltip": "Priority of the event. Defaults to 0, which is highest priority."
|
|
}
|
|
},
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Event source override",
|
|
"tooltip": "Event source used to override the default, 'AWSMetricGem'."
|
|
}
|
|
},
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "Buffer metrics",
|
|
"tooltip": "Whether to buffer metrics and send them in a batch."
|
|
}
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "Success"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "FlushMetrics",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke FlushMetrics"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after FlushMetrics is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Flush Metrics"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |