summaryrefslogtreecommitdiff
path: root/releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2016-04-05 21:10:49 +0000
committerJay Faulkner <jay@jvf.cc>2016-07-15 18:15:11 +0000
commit15c366580a18c77963d75cbc37e0805c96bc2a50 (patch)
tree090ea0a9947569bf1479dafd7e3da78756a3e673 /releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml
parente8e1ea9ed64ab17a2099e6dd1e5f358a1dc545cf (diff)
downloadironic-15c366580a18c77963d75cbc37e0805c96bc2a50.tar.gz
Metric chassis, driver, node, and port API calls
This change adds initial metrics for Ironic based on new support in ironic-lib. Emits timing metrics for basic Ironic API calls. Bumps ironic-lib to 2.0.0 in requirements to add metrics support, as well as adding ironic_lib.metrics and ironic_lib.metrics_statds to ironic-config-generator.conf to get them in the sample config, which is also regenerated. Change-Id: Ic35802e4cd11763ebbedb8ddc28f7e8dc535cc2f Partial-bug: #1526219
Diffstat (limited to 'releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml')
-rw-r--r--releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml b/releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml
new file mode 100644
index 000000000..2397950fd
--- /dev/null
+++ b/releasenotes/notes/emit-metrics-for-api-calls-69f18fd1b9d54b05.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - With this change, ironic now emits timing metrics
+ for all API methods to statsd, if enabled by config
+ in the [metrics] and [metrics_statsd] sections.