Nhat

Results 32 comments of 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...

Hey I'm away until next Thursday 13th Nov so I can't look into this atm. Could you please tell me what version of grpcmock and grpc you are using? And...

@seanlafferty-ibm Hey, I'm back. Could you please tell me your go version, os, and arch? I can't reproduce this on local using the code above.

I have also created https://github.com/nhatthm/grpcmock/pull/169 for testing on several OSes, all passed 🤔

I guess the issue could happen when you use `grpcmock = v1.75.0`. This is the fix https://github.com/nhatthm/grpcmock/pull/158