Report Metrics
To report other types of data, you can use a metric. The metric name should only contain alphanumeric characters and spaces. Illegal characters are replaced by their ASCII hex value. The metric value must be a long integer.
The snippet below shows how you might report a metric.
using AppDynamics.Agent;
...
Instrumentation.ReportMetricWithName("Database Rows", 5123);