func (c *Cassandra) addThreadPoolCharts(pool *threadPoolMetrics) {
    charts := chartsTmplThreadPool.Copy()

    for _, chart := range *charts {
        chart.ID = fmt.Sprintf(chart.ID, pool.name)