[
https://issues.apache.org/jira/browse/EAGLE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hao Chen updated EAGLE-950:
---------------------------
Description:
https://issues.apache.org/jira/browse/EAGLE-950
Add API for `POST /streams/{STREAM_ID}` to populate real-time data into stream
through REST API, so that
monitoring cases could easily integrate with eagle by some native tools like
`curl` or scripts
For example:
* Step 1. Support service team to collect metric with SINGLE COMMAND in Ad-Hoc
monitoring scripts like `curl`
{code}
curl –XPOST –data {
“metric”: “hadoop.adhoc.metric.name”,
“value”: 99.99,
“host“: “localhost”,
“component”: “namenode”,
“site”: “sandbox”
} http://eagle.hostname.ebay.com/rest/streams/HADOOP_JMX_METRIC_SANDBOX
{code}
* Step 2: Define Alerting Policies
* Step 3: Customized Metric Visualization
was:
https://issues.apache.org/jira/browse/EAGLE-950
Add API for `POST /streams/{STREAM_ID}` to populate real-time data into stream
through REST API, so that
monitoring cases could easily integrate with eagle by some native tools like
`curl` or scripts
For example:
* Step 1. Support service team to collect metric with SINGLE COMMAND in Ad-Hoc
monitoring scripts like `curl`
curl –XPOST –data {
“metric”: “hadoop.adhoc.metric.name”,
“value”: 99.99,
“host“: “localhost”,
“component”: “namenode”,
“site”: “sandbox”
} http://eagle.hostname.ebay.com/rest/streams/HADOOP_JMX_METRIC_SANDBOX
* Step 2: Define Alerting Policies
* Step 3: Customized Metric Visualization
> Add REST Stream Proxy for easy integration with Eagle Alert and Dashboard
> -------------------------------------------------------------------------
>
> Key: EAGLE-950
> URL: https://issues.apache.org/jira/browse/EAGLE-950
> Project: Eagle
> Issue Type: New Feature
> Components: Core::App Engine
> Affects Versions: v0.5.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: v0.5.0
>
>
> https://issues.apache.org/jira/browse/EAGLE-950
> Add API for `POST /streams/{STREAM_ID}` to populate real-time data into
> stream through REST API, so that
> monitoring cases could easily integrate with eagle by some native tools like
> `curl` or scripts
> For example:
> * Step 1. Support service team to collect metric with SINGLE COMMAND in
> Ad-Hoc monitoring scripts like `curl`
> {code}
> curl –XPOST –data {
> “metric”: “hadoop.adhoc.metric.name”,
> “value”: 99.99,
> “host“: “localhost”,
> “component”: “namenode”,
> “site”: “sandbox”
> } http://eagle.hostname.ebay.com/rest/streams/HADOOP_JMX_METRIC_SANDBOX
> {code}
> * Step 2: Define Alerting Policies
> * Step 3: Customized Metric Visualization
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)