Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • if you are sending 10 distinct metric names, 5 distinct values for filter1, and 2 distinct values for filter2, you will be using a total of 10*5*2=100 metrics
  • if you are sending 10 distinct metric names, 5 distinct values for filter1, and 10 distinct values for filter2, you will be using a total of 10*5*10=500 metrics

Max Data Input Rate

The API allows up to 3,600,000,000 (3.6 billion) data points per hour.  When this limit is exceeded a 429 HTTP response code is returned.

Custom Metrics API

SPM provides REST API for sending data points for custom metrics:

...