Documentation
¶
Index ¶
- Constants
- type NginxLogScraper
- func (nls *NginxLogScraper) ConsumerCallback(_ context.Context, entries []*entry.Entry)
- func (nls *NginxLogScraper) ID() component.ID
- func (nls *NginxLogScraper) Scrape(_ context.Context) (pmetric.Metrics, error)
- func (nls *NginxLogScraper) Shutdown(_ context.Context) error
- func (nls *NginxLogScraper) Start(parentCtx context.Context, _ component.Host) error
- type NginxMetrics
- type ResponseStatuses
Constants ¶
View Source
const Percentage = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NginxLogScraper ¶
type NginxLogScraper struct {
// contains filtered or unexported fields
}
func NewScraper ¶
func NewScraper( settings receiver.Settings, cfg *config.Config, ) *NginxLogScraper
func (*NginxLogScraper) ConsumerCallback ¶
func (nls *NginxLogScraper) ConsumerCallback(_ context.Context, entries []*entry.Entry)
func (*NginxLogScraper) ID ¶
func (nls *NginxLogScraper) ID() component.ID
type NginxMetrics ¶
type NginxMetrics struct {
// contains filtered or unexported fields
}
type ResponseStatuses ¶
type ResponseStatuses struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.