cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

Switch Nozzle to use deterministic routing in Loggregator API #205

Closed knyar closed 5 years ago

knyar commented 6 years ago

190 describes why currently only a single instance of the Nozzle is allowed to be running.

PCF 2.2 will include support for deterministic routing via the Loggregator API (see deterministicName in RLP Reader as an example). This will require using the new API instead of Dropsonde (the definition is similar, and the certs are exposed via a bosh-link from reverse_log_proxy).

evandbrown commented 6 years ago

@knyar I'm not seeing where certs are exposed via BOSH links: https://github.com/cloudfoundry/loggregator-release/blob/develop/jobs/reverse_log_proxy_gateway/spec#L20

Has that changed, or is there a better way to retrieve them?

knyar commented 6 years ago

I don't know, but @ahevenor might be a good person to ask.

hev commented 6 years ago

@evandbrown it is in our queue to expose those links.

hev commented 6 years ago

See https://github.com/cloudfoundry/loggregator-release/issues/382

mattysweeps commented 5 years ago

Addressed via 2.1.0