Documentation
¶
Overview ¶
Package telemetry reports best-effort usage events from Microsoft Foundry extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
ReportUsage(
ctx context.Context,
request *azdext.ReportUsageRequest,
options ...grpc.CallOption,
) (*azdext.ReportUsageResponse, error)
}
Client is the telemetry RPC used by Reporter.
type Reporter ¶
Reporter records usage events without affecting the caller's command result.
func NewReporter ¶
NewReporter creates a best-effort usage reporter backed by the azd host.
Click to show internal directories.
Click to hide internal directories.