stdout

package
v0.0.0-...-6b231d8 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 6 Imported by: 0

README

stdout exporter

stdout exporter just print result to stdout with a simple format

config

exporters:
  - type: "stdout"
    name: "stdout"
    config:
      format: "fmt"  # use "json" to print a json

supported cluster type

  • all

Documentation

Overview

* Tencent is pleased to support the open source community by making TKEStack * available. * * Copyright (C) 2012-2019 Tencent. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the “License”); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at * * https://opensource.org/licenses/Apache-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an “AS IS” BASIS, WITHOUT * WARRANTIES OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	// ExporterType is type name of this Exporter
	ExporterType = "stdout"
)

Variables

This section is empty.

Functions

func NewExporter

func NewExporter(m *export.MetaData) export.Exporter

NewExporter return a stdout Exporter

Types

type Exporter

type Exporter struct {
	Format string
	Level  diagnose.HealthyLevel
	*export.MetaData
}

Exporter just print information to logger with a simple format

func (*Exporter) Complete

func (e *Exporter) Complete() error

Complete check and complete config items

func (*Exporter) Export

func (e *Exporter) Export(ctx context.Context, result *export.AllResult) error

Export export result

Jump to

Keyboard shortcuts

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