diff --git a/internal/knowledge/querier.go b/internal/knowledge/querier.go index d216d08..f49d235 100644 --- a/internal/knowledge/querier.go +++ b/internal/knowledge/querier.go @@ -78,7 +78,7 @@ func (q *Querier) queryInternal(ctx context.Context, cypherQuery string) (*Queri logrus.Debugf("Found results in %s", s.Execution) metrics.GraphQueryTimeExecution. - WithLabelValues().Observe(float64(executionTime)) + WithLabelValues(cypherQuery).Observe(float64(executionTime)) result := &QuerierResult{ Cursor: res.Cursor,