tomus

package module
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: MIT Imports: 0 Imported by: 0

README

Tomus

Tomus is a package I use for monitoring Buffalo applications. I've been extracting here libs that some of my applications use for:

  • Application performance monitoring
  • Logging
  • Request tracing
  • Health-check endpoint

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APMMonitor

type APMMonitor interface {
	// Listen would make the APM monitor to starts to listen for Buffalo events.
	Listen() error

	// Track is useful for things like BackgroundTransactions
	// that cannot be tracked with events.
	Track(string, func() error) error
}

APMMonitor is an interface for the shared monitors in this package or subpackages, APM monitors listen to Buffalo events and report that to specific platforms like Newrelic or Datadog.

Directories

Path Synopsis
® Gobuffalo
® Gobuffalo

Jump to

Keyboard shortcuts

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