collector

package
v0.0.0-...-7d9df4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

http://www.apache.org/licenses/LICENSE-2.0.txt

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	// PluginName namespace part
	PluginName = "snmp"

	// Version of plugin
	Version = 2

	// Vendor namespace part
	Vendor = "intel"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

Plugin main structure

func New

func New() *Plugin

New creates initialized instance of snmp collector

func (*Plugin) CollectMetrics

func (p *Plugin) CollectMetrics(metrics []plugin.Metric) ([]plugin.Metric, error)

CollectMetrics returns list of requested metric values It returns error in case retrieval was not successful

func (*Plugin) GetConfigPolicy

func (p *Plugin) GetConfigPolicy() (plugin.ConfigPolicy, error)

GetConfigPolicy returns config policy It returns error in case retrieval was not successful

func (*Plugin) GetMetricTypes

func (p *Plugin) GetMetricTypes(cfg plugin.Config) ([]plugin.Metric, error)

GetMetricTypes returns list of available metric types It returns error in case retrieval was not successful

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL