Where are my metrics?

I have the 1.1.0 agent running as -javaagent with my java 1.8 app. I can see transactions in the apm UI (and in the apm-* index I can see "transaction" and "span" in the processor.index field).. but no metrics.

What should I expect to see and why don't I?

@ethrbunny FYI, you can find the release notes for the Java agent at https://github.com/elastic/apm-agent-java/releases. Support for metrics was added in version 1.3.0 of the Java agent.

Version 1.1.0 is approaching a year old - I would recommend updating to the latest version, 1.9.0, which has accumulated numerous features and bug fixes.