# Functions
New create an instance of a server.
RegisterFlags register the flags used by RunWithFlags.
Run launches a fossilizerhttp server.
RunWithFlags should be called after RegisterFlags and flag.Parse to launch a fossilizerhttp server configured using flag values.
# Constants
Component name for monitoring.
DefaultAddress is the default address of the server.
DefaultFossilizerEventChanSize is the default size of the fossilizer event channel.
DefaultMaxDataLen is the default maximum fossilize data length.
DefaultMinDataLen is the default minimum fossilize data length.