Skip to content
Lauren Padia edited this page Jun 15, 2016 · 6 revisions

[User Guide](User Guide) | [Data Model](Data Model)


Field Name Type Description
scope string Scope of the metric object
metric string Name of the time-series metric
tags map<string,string> Additional information in the form of tag-key value pairs
namespace string Namespace for the metric
datapoints map<long,string> Timestamps and their corresponding metric values
Example: Metric Entity
{
  "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",
  }
}

Argus

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)

Contributing

Clone this wiki locally