 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
	Host        string            `config:"host"`
	TLS         *docker.TLSConfig `config:"ssl"`
	Fields      []string          `config:"match_fields"`
	MatchSource bool              `config:"match_source"`
	SourceIndex int               `config:"match_source_index"`
	// Annotations are kept after container is killled, until they haven't been accessed
	// for a full `cleanup_timeout`:
	CleanupTimeout time.Duration `config:"cleanup_timeout"`
}
    Config for docker processor
       Source Files
      ¶
      Source Files
      ¶
    
- add_docker_metadata.go
- config.go
 Click to show internal directories. 
   Click to hide internal directories.