Nhat
Nhat
Putting query and its args into the metric labels will drastically increase the cardinality of metrics. You should go with one of these alternatives: 1. Use Traces instead of Metrics....
> Searching for Grafana Tempo, https://community.grafana.com/t/dashboard-with-arithmetic-operation-between-two-spans-of-a-trace/88794 > > > For this use-case, the best option is using the [metrics-generator 1](https://grafana.com/docs/tempo/latest/metrics-generator/) with [span-metrics 2](https://grafana.com/docs/tempo/latest/metrics-generator/span_metrics/). This will create latency metrics of your...
@debuggerpk This is a drop-in replacement for [`opencensus-integrations/ocsql`](https://github.com/opencensus-integrations/ocsql). The other one has a different approach and dropped some features from `opencensus-integrations/ocsql`.
@manishdangi98 could you please confirm if this matches your expectations?
Hey thanks for the contribution. Let's continue in #291.
@batazor @syrm Sorry for the late response. This library supports only sql drivers that implement `database/sql`. Unfortunately, `jackc/pgx` doesn't implement that. However, it provides a [bridge](https://pkg.go.dev/github.com/jackc/pgx/stdlib). I think you could...