Closed metskem closed 5 years ago
@metskem This issue is addressed in https://github.com/cloudfoundry-community/splunk-firehose-nozzle/pull/172 and will be a part of upcoming release 1.1 Thanks!
Thanks @luckyj5 , looking forward for the 1.1 release.
cheers, Harry
We are seeing flapping GoRouter alerts because of high response times. Further investigation reveals that these high response times come from queries to the CloudController done by the splunk-nozzle. We run the nozzle with envvar APP_CACHE_INVALIDATE_TTL on 30s.
Example request:
Which is a response time over 3 seconds.
This type of call is also deprecated, see https://github.com/cloudfoundry-community/go-cfclient/pull/169
Can this be fixed?
cheers, Harry