Skip to content

Commit 2587678

Browse files
authored
merge 1.1.1 release changes to master (#195)
* added firehose keep alive config param and updated org-space ttl default value (#187) * updated cfclient vendor libs and dependencies (#186) * update tile version (#189)
1 parent e3a7429 commit 2587678

File tree

555 files changed

+105264
-897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+105264
-897
lines changed

glide.lock

Lines changed: 36 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nozzle/nozzle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (f *Nozzle) handleError(err error) {
9292
case websocket.ClosePolicyViolation:
9393
msg = "Nozzle lost the keep-alive heartbeat with Firehose server. Connection was disconnected " +
9494
"by Firehose server. This usually means either Nozzle was busy with processing events or there " +
95-
"was some temperary network issue causing the heartbeat to get lost."
95+
"was some temporary network issue causing the heartbeat to get lost."
9696

9797
default:
9898
msg = "Encountered close error while reading from Firehose"

tile/tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ history:
44
- 1.0.0
55
- 1.0.1
66
- 1.0.2
7-
version: 1.1.0
7+
- 1.1.0
8+
version: 1.1.1

tile/tile.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ forms:
7777
- name: ValueMetric
7878
label: ValueMetric
7979
- name: CounterEvent
80-
8180
label: CounterEvent
8281
- name: Error
8382
label: Error
@@ -142,7 +141,7 @@ forms:
142141
- name: org_space_cache_invalidate_ttl
143142
type: string
144143
label: Org Space Cache Invalidate TTL
145-
default: 0s
144+
default: 72h
146145
description: Time interval (in sec) between refreshing the org and space cache.
147146
- name: app_limits
148147
type: integer
@@ -154,6 +153,11 @@ forms:
154153
label: Nozzle Memory
155154
description: Nozzle memory in MB.
156155
default: 256M
156+
- name: firehose_keep_alive
157+
type: string
158+
label: Firehose Keep Alive
159+
description: Keep alive duration (in sec) for the firehose consumer.
160+
default: 25s
157161
- name: add_app_info
158162
type: boolean
159163
default: false

vendor/code.cloudfoundry.org/gofileutils/.travis.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/gofileutils/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/gofileutils/NOTICE

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/gofileutils/README.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/gofileutils/bin/test

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/gofileutils/fileutils/dir_utils.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)