pyroscope_reporter

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-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 OR CONDITIONS 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 (
	Pprof             UploadFormat = "pprof"
	Trie                           = "trie"
	DefaultUploadRate              = 10 * time.Second
)
View Source
const (
	ReservedTagKeyName = "__name__"
)

Variables

View Source
var (
	ErrCloudTokenRequired = errors.New("Please provide an authentication token. You can find it here: https://pyroscope.io/cloud")
	ErrUpload             = errors.New("Failed to upload a profile")
	ErrUpgradeServer      = errors.New("Newer version of pyroscope server required (>= v0.3.1). Visit https://pyroscope.io/docs/golang/ for more information")
)

Copied from pyroscope-io/client

Functions

This section is empty.

Types

type ParserState

type ParserState int

type Payload

type Payload interface {
	Bytes() []byte
}

type PyroscopeReporter

type PyroscopeReporter struct {
	AppName string
	Tags    map[string]string

	Logger mlog.ErrorLogger
	// contains filtered or unexported fields
}

func NewPyroscopeReporter

func NewPyroscopeReporter(AppName string, tags map[string]string, cfg RemoteConfig, logger mlog.ErrorLogger) (*PyroscopeReporter, error)

func (*PyroscopeReporter) Report

func (r *PyroscopeReporter) Report(ptype string, filename string, reason holmes.ReasonType, eventID string, sampleTime time.Time, pprofBytes []byte, scene holmes.Scene) error

type RemoteConfig

type RemoteConfig struct {
	AuthToken              string // holmes not used
	UpstreamThreads        int    // holmes not used
	UpstreamAddress        string
	UpstreamRequestTimeout time.Duration

	ManualStart bool // holmes not used
}

type UploadFormat

type UploadFormat string

type UploadJob

type UploadJob struct {
	Name            string
	StartTime       time.Time
	EndTime         time.Time
	SpyName         string
	SampleRate      uint32
	Units           string
	AggregationType string
	Format          UploadFormat
	Profile         []byte
	PrevProfile     []byte
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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