package view

import "golang.org/x/telemetry/cmd/gotelemetry/internal/view"

The view command is a server intended to be run on a user's machine to display the local counters and time series charts of counters.

Index

Types

type Server

type Server struct {
	Addr     string
	Dev      bool
	FsConfig string
	Open     bool
}

func (*Server) Serve

func (s *Server) Serve()

Serve starts the telemetry viewer and runs indefinitely.

Source Files

view.go

Version
v0.0.0-20250221144447-d58820209c11 (latest)
Published
Feb 21, 2025
Platform
linux/amd64
Imports
22 packages
Last checked
1 month ago

Tools for package owners.