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)
* @param ConsoleMetricOptions $options Display options for the exporter
*/
console_metric_exporter(bool $colors, ConsoleMetricOptions $options) : ConsoleMetricExporter