Definition
/**
* Create a ConsoleMetricExporter.
*
* Outputs metrics to the console with ASCII table formatting.
* Useful for debugging and development.
*
* @param bool $colors Whether to use ANSI colors (default: true)
*/
console_metric_exporter(bool $colors) : ConsoleMetricExporter