aliyun

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2023 License: MIT Imports: 8 Imported by: 0

README

数据源说明

本数据源是从阿里云的日志存储中获取负载均衡,使用时需要在负载均衡里配置日志存储

  • report 命令:默认从7天前的日志开始读取,取到当前时间为止
  • watch命令:默认从10分钟之前的日志开始读取,不停止

API来源

按此说明编写

以下文档的说明似乎已经失效: https://www.aliyun.com/help/zh/log-service/latest/getlogs#t13238.html

使用模式

使用时,请将logstore的完整url作为文件参数(即最后一个参数),比如(ali-test-project.cn-hangzhou.log.aliyuncs.com//logstores/{logstore})。

如何获得这个url

首先查看该指南,获得你的日志存储Project的url

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(dest string, ncfg *openapi.Config, project, logstore string, tailMode bool, configer Configger) (source.Reader, error)

Types

type Configger

type Configger interface {
	GetFrom() int64
	GetInterval() int64
}

type Reader

type Reader struct {
	Url string
	// contains filtered or unexported fields
}

func (*Reader) Records

func (r *Reader) Records() chan *entry.LogEntryResponse

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL