Rename Service Level Agreement to Service Level Objective

This commit harmonizes our integration of Micrometer's Service Level
objectives.

Closes gh-21076
This commit is contained in:
Stephane Nicoll
2020-04-23 10:13:17 +02:00
parent 489f9b0e58
commit fe90b2a251
7 changed files with 137 additions and 50 deletions

View File

@@ -2131,8 +2131,8 @@ The following properties allow per-meter customization:
| configprop:management.metrics.distribution.percentiles[]
| Publish percentile values computed in your application
| configprop:management.metrics.distribution.sla[]
| Publish a cumulative histogram with buckets defined by your SLAs.
| configprop:management.metrics.distribution.slo[]
| Publish a cumulative histogram with buckets defined by your Service Level Objectives.
|===
For more details on concepts behind `percentiles-histogram`, `percentiles` and `sla` refer to the {micrometer-concepts-docs}#_histograms_and_percentiles["Histograms and percentiles" section] of the micrometer documentation.