mg

Results 21 issues of mg

Implementing metric parity to the official java KPL https://github.com/awslabs/amazon-kinesis-producer/blob/master/metrics.md

Ran into an issue in lambda where every execution after the cold start would fail due to `panic: close of closed channel`. Therefore leading to a 50% failure rate. Root...

To support logging already defined fields using logrus, is there any concern with switching to `Entry` rather than `Logger`? From [logrus docs](https://github.com/sirupsen/logrus/blob/master/entry.go#L47): ``` These objects can be reused and passed...

Provide interface for stubs

## Bug Description "Something unusual has occurred to cause the driver to fail. Please report this exception." When attempting to use com.google.cloud.sql.postgres.SocketFactory with liquibase. Installed with this JAR https://storage.googleapis.com/cloud-sql-java-connector/v1.6.1/postgres-socket-factory-1.6.1-jar-with-driver-and-dependencies.jar. Confirmed...

type: question
priority: p2

Hey all, One of the first items we would be layering on top of the registry is automatically scraping from existing data sources of api's, this could include apigee, kong,...

enhancement

# Bug Template ## Actual Behavior Code Climate ``` /usr/src/app/lib/validate_config.js:17 throw e; ^ Error: /code/.eslintrc.js: Environment key "es2021" is unknown at /usr/local/node_modules/eslint/lib/config/config-validator.js:138:23 at Array.forEach () at validateEnvironment (/usr/local/node_modules/eslint/lib/config/config-validator.js:131:34) at Object.validate...

Leveraging the native sdk qt application and attempting to provide integrations into a variety of areas, one included being http. When attempting to provide a decoupled http implementation (not passing...

enhancement
area: api
Platform: Native

The page [here](https://docs.fluentbit.io/manual/installation/yocto-embedded-linux) outlines v1.8.11 from Dec 10, 2021 as the recommended stable version to use. Is this up to date and accurate? I understand embedded linux may use an...

I've started using chrono node to help with post processing ocr. When running the following code on October 7: ``` parsedDateTime = chrono.parseDate( `auThursday eptember 28 12:00 PM` ); console.log(`Parsed...