cloudfoundry / loggregator-release

Cloud Native Logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics are emitted via UDP and gRPC in router

jasonkeene opened this issue · comments

metron_endpoint.dropsonde_port:
description: "The port used to emit dropsonde messages to the Metron agent"
default: 3457
metron_endpoint.grpc_port:
description: "The port used to emit grpc messages to the Metron agent"
default: 3458

This is probably technical debt that needs to be taken care of. No reason to support both. Just confuses users.

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/157746512

The labels on this github issue will be updated when the story is started.

The router itself does not actually use the dropsonde port anymore and that property has been removed from the bosh job spec.