 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Integration tests that run the Tilt binary directly. See README.md for more info on how to run and write integration tests.
Index ¶
- type MemoryStatsReporter
- func (sr *MemoryStatsReporter) Close() error
- func (sr *MemoryStatsReporter) Count(name string, value int64, tags map[string]string, rate float64) error
- func (sr *MemoryStatsReporter) Incr(name string, tags map[string]string, rate float64) error
- func (sr *MemoryStatsReporter) Timing(name string, value time.Duration, tags map[string]string, rate float64) error
 
- type MemoryStatsServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStatsReporter ¶
type MemoryStatsReporter struct {
	// contains filtered or unexported fields
}
    func (*MemoryStatsReporter) Close ¶
func (sr *MemoryStatsReporter) Close() error
type MemoryStatsServer ¶
type MemoryStatsServer struct {
	// contains filtered or unexported fields
}
    func StartMemoryStatsServer ¶
func StartMemoryStatsServer() (mss *MemoryStatsServer, port int, err error)
func (*MemoryStatsServer) TearDown ¶
func (mss *MemoryStatsServer) TearDown() error
 Click to show internal directories. 
   Click to hide internal directories.