Documentation
¶
Index ¶
- func LoggerFromContext(ctx context.Context) *zap.Logger
- func LoggerWithContext(ctx context.Context, logger *zap.Logger) context.Context
- type Config
- type InfluxdbStorage
- func (is *InfluxdbStorage) ArchiveSpanReader() spanstore.Reader
- func (is *InfluxdbStorage) ArchiveSpanWriter() spanstore.Writer
- func (is *InfluxdbStorage) Close() error
- func (is *InfluxdbStorage) DependencyReader() dependencystore.Reader
- func (is *InfluxdbStorage) SpanReader() spanstore.Reader
- func (is *InfluxdbStorage) SpanWriter() spanstore.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type InfluxdbStorage ¶
type InfluxdbStorage struct {
// contains filtered or unexported fields
}
func NewInfluxdbStorage ¶
func NewInfluxdbStorage(ctx context.Context, config *Config) (*InfluxdbStorage, error)
func (*InfluxdbStorage) ArchiveSpanReader ¶
func (is *InfluxdbStorage) ArchiveSpanReader() spanstore.Reader
func (*InfluxdbStorage) ArchiveSpanWriter ¶
func (is *InfluxdbStorage) ArchiveSpanWriter() spanstore.Writer
func (*InfluxdbStorage) Close ¶
func (is *InfluxdbStorage) Close() error
func (*InfluxdbStorage) DependencyReader ¶
func (is *InfluxdbStorage) DependencyReader() dependencystore.Reader
func (*InfluxdbStorage) SpanReader ¶
func (is *InfluxdbStorage) SpanReader() spanstore.Reader
func (*InfluxdbStorage) SpanWriter ¶
func (is *InfluxdbStorage) SpanWriter() spanstore.Writer
Click to show internal directories.
Click to hide internal directories.