File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ specifying the input source:
2525+-------------------------------+-----------------------------------------------------------------------------------------+
2626| ``ExtraClasspaths `` | Additional resources to add to the classpath, e.g. converter and SFT definitions |
2727+-------------------------------+-----------------------------------------------------------------------------------------+
28- | ``ConverterMetricsRegistry `` | Reference to :ref: `nifi_metrics ` for publishing metrics |
29- +-------------------------------+-----------------------------------------------------------------------------------------+
3028
3129Additionally, the ``PutGeoMesa `` processor accepts additional configuration:
3230
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Data Store Services
66GeoMesa processors require a ``DataStoreService `` to connect to the back-end data source. To use a controller services,
77first add one to the workspace and then configure its properties tab. The following data stores are available in GeoMesa:
88
9+ Most data stores support publishing metrics to a registry:
10+
11+ +-------------------------------+-----------------------------------------------------------------------------------------+
12+ | Property | Description |
13+ +===============================+=========================================================================================+
14+ | ``MetricsRegistry `` | Reference to :ref: `nifi_metrics ` for publishing metrics |
15+ +-------------------------------+-----------------------------------------------------------------------------------------+
16+
917HBase
1018~~~~~
1119
You can’t perform that action at this time.
0 commit comments