2019-08-13 13:07:39 -06:00
|
|
|
// Copyright 2019 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2020-03-07 16:02:27 -07:00
|
|
|
// Package telemetry provides a set of packages that cover the main
|
2019-08-13 13:07:39 -06:00
|
|
|
// concepts of telemetry in an implementation agnostic way.
|
2020-03-07 16:02:27 -07:00
|
|
|
// The interface for libraries that want to expose telemetry is the event
|
|
|
|
// package.
|
|
|
|
// As a binary author you might look at exporter for methods of exporting the
|
|
|
|
// telemetry to external tools.
|
2019-08-13 13:07:39 -06:00
|
|
|
package telemetry
|