package
Version:
v1.16.5
Opens a new window with list of versions in this module.
Published: Mar 13, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package integration allows parsing integrations' JSON payloads
type Data struct {
Entity *Entity `json:"entity,omitempty"`
Metrics []Metric `json:"metrics"`
}
type Entity struct {
Name string `json:"name"`
Type string `json:"type"`
}
type JSON struct {
Data []Data `json:"data"`
}
type Metric map[string]interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.