Documentation ¶
Overview ¶
package observ contains logic pertaining to the internal observation of the fluent forward receiver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConnectionsOpened = stats.Int64( "fluent_opened_connections", "Number of connections opened to the fluentforward receiver", stats.UnitDimensionless) ConnectionsClosed = stats.Int64( "fluent_closed_connections", "Number of connections closed to the fluentforward receiver", stats.UnitDimensionless) EventsParsed = stats.Int64( "fluent_events_parsed", "Number of Fluent events parsed successfully", stats.UnitDimensionless) FailedToParse = stats.Int64( "fluent_parse_failures", "Number of times Fluent messages failed to be decoded", stats.UnitDimensionless) RecordsGenerated = stats.Int64( "fluent_records_generated", "Number of log records generated from Fluent forward input", stats.UnitDimensionless) )
Functions ¶
func MetricViews ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.