package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# README

package integration

This package is responsible of defining the types representing an integration which can be used by several components of the agent to configure checks or logs collectors for example.

# Constants

After indicates the service was launched after the agent start.
Before indicates the service was launched before the agent start.

# Structs

CommonGlobalConfig holds the reserved fields for the yaml init_config data.
CommonInstanceConfig holds the reserved fields for the yaml instance data.
Config is a generic container for configuration files When a new field is added to this struct, please evaluate whether it should be computed in the config Digest and update the field's documentation and the Digest method accordingly.

# Type aliases

CreationTime represents the moment when the service was launched compare to the agent start.
Data contains YAML code.
JSONMap is the generic type to hold JSON configurations.
RawMap is the generic type to hold YAML configurations.