Features:
* Add `Metric.check_index_template`, which checks that the state of the
metric is in sync with the index template in Elasticsearch.
* *Backwards-incompatible*: Remove `Metric.check_index_template_exists`.
Use `Metric.check_index_template` instead.
Bug fixes:
* Fix bug where different `Metric` subclasses were sharing the same
index settings (incl. mappings).
Other changes:
* *Backwards-incompatible*: Rename `Metric.create_index_template` to
`Metric.sync_index_template`.