Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Graphite configuration (version 4.17.05)

Not applicable

In previous versions of apigee we could use these settings in `metrics.properties` for the message processor to get metrics:

graphite.prefix=some.prefix
graphite.host=localhost
graphite.domains=HTTP,THREADPOOL,FLOW
graphite.port=2003

We could test with `nc -lv 2003` to see metrics arriving. With version 4.17.05 we aren't seeing metrics show up.

Is this feature still supported? If so what's the correct way to configure.

If it is no longer supported is there another recommended way to get metrics into our graphite system?

If not what's the recommendation for handling metrics?

2 3 228
3 REPLIES 3

Not applicable

Few things changed across versions. Try the Monitoring Dashboard:

http://docs.apigee.com/private-cloud/latest/apigee-monitoring-dashboard-overview

If you require the metrics API you can invoke it using:

/v1/server/metrics

To confirm, this feature is no longer supported?

mrios
New Member

Just to help others in case you are wondering. 17.05 doesn't support the feature anymore.