Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
client
Client provides an API client to the petstore service.
|
Client provides an API client to the petstore service. |
client/internal/server/errors
Package errors is a replacement for the golang standard library "errors".
|
Package errors is a replacement for the golang standard library "errors". |
client/internal/server/log
Package log is a replacement for the standard library log package that logs to OTEL spans contained in Context objects.
|
Package log is a replacement for the standard library log package that logs to OTEL spans contained in Context objects. |
client/internal/server/storage/mem
Package mem contains an in-memory storage implementation of storage.Data.
|
Package mem contains an in-memory storage implementation of storage.Data. |
client/internal/server/telemetry/metrics
Package metrics provides setup of metrics that can be used internally to measure various application states.
|
Package metrics provides setup of metrics that can be used internally to measure various application states. |
client/internal/server/telemetry/tracing
Package tracing provides functions for starting and stopping our Open Telemetry tracing.
|
Package tracing provides functions for starting and stopping our Open Telemetry tracing. |
client/internal/server/telemetry/tracing/sampler
Package sampler offers a Sampler that looks for a TraceID.Valid() == true or a gRPC metadata key called "trace" and if they exist will sample.
|
Package sampler offers a Sampler that looks for a TraceID.Valid() == true or a gRPC metadata key called "trace" and if they exist will sample. |
Click to show internal directories.
Click to hide internal directories.