This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Description
Hello,
I am using the nozzle in combination with google cloud stackdriver. In our logs we keep seeing the following errors:
rpc error: code = 13 desc = stream terminated by RST_STREAM with error code: 2"
our configuration looks like this:
export FIREHOSE_ENDPOINT=https://api.our.domain.io
export FIREHOSE_USERNAME=firehose
export FIREHOSE_PASSWORD=password
export FIREHOSE_EVENTS=LogMessage,Error,HttpStartStop,CounterEvent,ValueMetric,ContainerMetric
export FIREHOSE_SKIP_SSL=false
export FIREHOSE_SUBSCRIPTION_ID=stackdriver-nozzle
export FIREHOSE_NEWLINE_TOKEN=
export DEBUG_NOZZLE=true
export RESOLVE_APP_METADATA=true
could you help with this problem?
Many thanks,
Claudio