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 195
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.