Rich
Rich
## Background MySQL and Redis supports static config, while NetHTTP and GRPC currently only Proc. e.g. https://github.com/Shopify/semian/blob/1d4b53be7819707f9c6eebc17bb9b50b46619271/lib/semian/mysql2.rb#L137-L140 https://github.com/Shopify/semian/blob/1d4b53be7819707f9c6eebc17bb9b50b46619271/lib/semian/net_http.rb#L67-L69 https://github.com/Shopify/semian/blob/1d4b53be7819707f9c6eebc17bb9b50b46619271/lib/semian/grpc.rb#L48-L50 ## Problem If pass a static config to NetHTTP and GRPC,...
### Background assume we have ``` table/year=2022/month=03/day=20/log.parquet table/year=2022/month=03/day=21/log.parquet ``` consider the query ``` select count(1) from table where year = '2022' and month = '03' and day = '20' ```...
### Background https://github.com/confluentinc/librdkafka/wiki/Language-bindings-development#reporting-client-software-name-and-version-to-broker ### Proposal Add following to `DEFAULT_CONFIG` ``` { "client.software.name": "rdkafka-ruby", "client.software.version": "v#{Rdkafka::VERSION}-librdkafka-v#{Rdkafka::LIBRDKAFKA_VERSION}", } ``` ### Note 1. this requires broker version 2.4.0 or later (metrics added in...
1. `DESCRIBE {table}` is success in Athena, but error in Grafana Athena output is ``` vendorid string from deserializer tpep_pickup_datetime string from deserializer tpep_dropoff_datetime string from deserializer passenger_count string from...