|
Questions about removal of the heartbeat message type from dropsonde-protocol
I noticed that heartbeat messages are no longer a part of the
dropsonde-protocol.
Can I get a quick summary of the thinking behind this change?
Is there an assumption that we should be using the
I noticed that heartbeat messages are no longer a part of the
dropsonde-protocol.
Can I get a quick summary of the thinking behind this change?
Is there an assumption that we should be using the
|
By
Mike Youngstrom <youngm@...>
·
#1171
·
|
|
Re: Strategies for limiting metric updates with a clustered nozzle
Thanks James,
A little more complicated with more moving parts than I was hoping for but
if I don't want to miss anything I probably don't have much of a choice.
I think for now I'm going to go with
Thanks James,
A little more complicated with more moving parts than I was hoping for but
if I don't want to miss anything I probably don't have much of a choice.
I think for now I'm going to go with
|
By
Mike Youngstrom <youngm@...>
·
#1173
·
|
|
Re: Strategies for limiting metric updates with a clustered nozzle
warning, thinking out loud here...
your nozzle will tap the firehose, and filter for the metrics you care about
currently you're publishing theses events to your metrics backend as fast
as they come
warning, thinking out loud here...
your nozzle will tap the firehose, and filter for the metrics you care about
currently you're publishing theses events to your metrics backend as fast
as they come
|
By
James Bayer
·
#1168
·
|
|
Re: cannot access director, trying 4 more times...
Run add-route script under bin folder of bosh-lite directory.
Run add-route script under bin folder of bosh-lite directory.
|
By
Ronak Banka
·
#1172
·
|
|
Re: cannot access director, trying 4 more times...
You can check to see if the director is running. From the bosh-lite
directory, you can do `vagrant ssh` and then when you're in the VM, `sudo
su -`. From there, `monit summary` will give you a
You can check to see if the director is running. From the bosh-lite
directory, you can do `vagrant ssh` and then when you're in the VM, `sudo
su -`. From there, `monit summary` will give you a
|
By
Amit Kumar Gupta
·
#1165
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Juan Antonio,
When you say "Currently, I am executing the method, but I receive the
following message:", what "method" are you executing? The error message
suggests that the "resources" param you're
Juan Antonio,
When you say "Currently, I am executing the method, but I receive the
following message:", what "method" are you executing? The error message
suggests that the "resources" param you're
|
By
Amit Kumar Gupta
·
#1164
·
|
|
Security group rules to allow HTTP communication between 2 apps deployed on CF
Hi,
I have deployed two node.js (express) applications - App1 and App2 - on a CF local instance. App2 consumes a service exposed (REST API) by App1. When App2 receives a request, it needs to
Hi,
I have deployed two node.js (express) applications - App1 and App2 - on a CF local instance. App2 consumes a service exposed (REST API) by App1. When App2 receives a request, it needs to
|
By
Ahmad Ferdous Bin Alam
·
#1167
·
|
|
[CF-Abacus] Billing & Metering of app usage
We want to integrate the metrics provided by Cloud Foundry with Abacus.
We plan to create a billing/metering integration layer that:
fetches the app usage events from CC
inserts runtime usage
We want to integrate the metrics provided by Cloud Foundry with Abacus.
We plan to create a billing/metering integration layer that:
fetches the app usage events from CC
inserts runtime usage
|
By
Hristo Iliev
·
#1170
·
|
|
[lattice] v0.3.0
On behalf of the Lattice team, I am pleased to welcome v0.3.0 of Lattice!
Lattice v0.3.0 introduces Buildpack support! The team has been working on
this for several months, and we're ready to share
On behalf of the Lattice team, I am pleased to welcome v0.3.0 of Lattice!
Lattice v0.3.0 introduces Buildpack support! The team has been working on
this for several months, and we're ready to share
|
By
Marco Nicosia
·
#1154
·
|
|
cannot access director, trying 4 more times...
I am very new to CF. Trying to set up one using the directions here:
https://github.com/cloudfoundry/bosh-lite
After running the following commands:
$ vagrant init hashicorp/precise64 (I tried both
I am very new to CF. Trying to set up one using the directions here:
https://github.com/cloudfoundry/bosh-lite
After running the following commands:
$ vagrant init hashicorp/precise64 (I tried both
|
By
Qing Gong
·
#1157
·
|
|
cannot access director, trying 4 more times...
I am very new to CF. Trying to set up one using the directions here:
https://github.com/cloudfoundry/bosh-lite
After running the following commands:
$ vagrant init hashicorp/precise64 (I tried both
I am very new to CF. Trying to set up one using the directions here:
https://github.com/cloudfoundry/bosh-lite
After running the following commands:
$ vagrant init hashicorp/precise64 (I tried both
|
By
Qing Gong
·
#1160
·
|
|
Re: Service Discovery on CF for Custom buildpack
Sorry, I earlier sent out links to a doc on CF ENV variables that was
specific to Pivotal Web Services. Here is the correct reference
Sorry, I earlier sent out links to a doc on CF ENV variables that was
specific to Pivotal Web Services. Here is the correct reference
|
By
Amit Kumar Gupta
·
#1163
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Finally,
I fixed the problem.
I deployed my first HelloWorld from Node.
-----> Downloaded app package (4.0K)
cf files StaticWebsiteHelloWorld app/public
Obteniendo archivos para app
Finally,
I fixed the problem.
I deployed my first HelloWorld from Node.
-----> Downloaded app package (4.0K)
cf files StaticWebsiteHelloWorld app/public
Obteniendo archivos para app
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1159
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Instead of
JSON.stringify("[]")
I think you just want
[]
As to your files being empty, the docs mention that you need to do a
multipart upload PUT request, and include a zip file called
Instead of
JSON.stringify("[]")
I think you just want
[]
As to your files being empty, the docs mention that you need to do a
multipart upload PUT request, and include a zip file called
|
By
Amit Kumar Gupta
·
#1156
·
|
|
Re: Strategies for limiting metric updates with a clustered nozzle
I suppose one relatively simple solution to this problem is I can have each
cluster member randomly decide if it should log each metric. :) If I pick
a number between 1 and 6 I suppose odds are I
I suppose one relatively simple solution to this problem is I can have each
cluster member randomly decide if it should log each metric. :) If I pick
a number between 1 and 6 I suppose odds are I
|
By
Mike Youngstrom <youngm@...>
·
#1162
·
|
|
Billing & Metering of app usage with Abacus
We want to integrate the metrics provided by Cloud Foundry with Abacus
<https://github.com/cloudfoundry-incubator/cf-abacus>.
We plan to create a billing/metering integration layer that:
-
We want to integrate the metrics provided by Cloud Foundry with Abacus
<https://github.com/cloudfoundry-incubator/cf-abacus>.
We plan to create a billing/metering integration layer that:
-
|
By
Hristo Iliev
·
#1158
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Chris, Arthur & Amit,
Today, I continued with the tests and checking and observing CLI.
CLI when it checks that the app doesn't exist, execute the method: /v2/resource_match
Uploading
Hi Chris, Arthur & Amit,
Today, I continued with the tests and checking and observing CLI.
CLI when it checks that the app doesn't exist, execute the method: /v2/resource_match
Uploading
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1161
·
|
|
Re: which property configured to delete the objects in Swift buildpacks container when update/delete buildpacks?
The Cloud Controller schedules a job to delete the buildpack from the
blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the
future. This gives any apps that have already started
The Cloud Controller schedules a job to delete the buildpack from the
blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the
future. This gives any apps that have already started
|
By
CF Runtime
·
#1153
·
|
|
Re: anomaly in dealing with SharedDomains
Thanks NIma. I'll have someone on the team take a look.
-Dieu
CF CAPI PM
Thanks NIma. I'll have someone on the team take a look.
-Dieu
CF CAPI PM
|
By
Dieu Cao <dcao@...>
·
#1152
·
|
|
Re: Announcing UAA 2.5.1 Release
Great work!
By
Dieu Cao <dcao@...>
·
#1155
·
|