forked from bsura/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
Metric
Bhinav Sura edited this page Mar 25, 2016
·
6 revisions
Name | Type | Description |
---|---|---|
scope | string | The scope of the metric. |
metric | string | The name of the time series metric. |
tags | map<string,string> | A map of tag key value pairs for the metric. |
namespace | string | The namespace for the metric. If null, then the metric belongs to the global namespace. |
datapoints | map<long,string> | A map of epoch timestamps and their corresponding metric values. |
{
"scope": "argus.jvm",
"metric": "file.descriptor.open",
"tags": {
"host": "perfeng-tools4-1-sfm.ops.sfdc.net"
},
"namespace": null,
"datapoints": {
1446850980000: "171.0",
1446851040000: "174.0",
}
}
Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)