Home > Configuration > Metrics

Metrics

metrics configuration.

Configuration APIs


Use this method to adds a new metrics profile


Use this method to bind entity to metrics profile.


Use this method to get information about all configured metrics profiles, or about the specified profile.


Use this method to removes an metrics profile.


Use this method to set the collector should be a HTTP/HTTPS service.


Use this method to set this option is used enable or disable metrics


Use this method to set token for authenticating with the endpoint. If the endpoint requires the Authorization header in a particular format, specify the complete format as the value to this parameter. For eg., in case of splunk, the Authorizaiton header is required to be of the form - Splunk .


Use this method to set the URL at which to upload the metrics data on the endpoint


Use this method to set this option is for configuring the metrics export frequency in seconds, frequency value must be in [30,300] seconds range


Use this method to set this option indicates the format in which metrics data is generated


Use this method to set this option is for configuring json schema file containing a list of counters to be exported by metricscollector. Schema file should be present under /var/metrics_conf path


Use this method to set this option is to configure metrics pull or push mode. In push mode metricscollector exports metrics to configured collector. In pull mode, metricscollector only generates the metrics which will be pulled by external agent. No collector configuration is required in pull mode and it is applicable only for output mode Prometheus


Use this method to unbind entity from metrics profile.


Remove metrics profile collector setting.


Remove metrics profile metrics setting.


Remove metrics profile metricsauthtoken setting.


Remove metrics profile metricsendpointurl setting.


Remove metrics profile metricsexportfrequency setting.


Remove metrics profile outputmode setting.


Remove metrics profile schemafile setting.


Remove metrics profile servemode setting.