cloudfoundry/log-cache-cli

Envelope type filter is broken

Closed this issue · 4 comments

When I do a command like cf tail <app name> --envelope-type=counter -n 100 I still see gauge metrics

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

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

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

@kitemongerer do you remember what commit the log cache cli plugin was built off of? Because I cannot replicate on master. If you rebuild the plugin and cf install-plugin -f it, do you still experience this?

hdub2 commented

Just rebuilt and repro'd using e88374a. Happy to provide more if you want to see our env, etc.

poy commented

Per a conversation, it looks like this was occurring due to a breaking API change: envelope_type -> envelope_types. The CLI was trying the new API while the environment was servicing the old.