# Packages
Package credentials provides experimental TLS credentials.
Package opentelemetry is EXPERIMENTAL and will be moved to stats/opentelemetry package in a later release.
Package stats contains experimental metrics/stats API's.
# Functions
BufferPool returns a grpc.ServerOption that configures the server to use the provided buffer pool for parsing incoming messages and for temporary buffers when marshaling outgoing messages.
WithBufferPool returns a grpc.DialOption that configures the use of bufferPool for parsing incoming messages on a grpc.ClientConn, and for temporary buffers when marshaling outgoing messages.