Zinovii Dmytriv
Zinovii Dmytriv
**Is your feature request related to a problem?** Need support for b3-multi for nginx module. https://github.com/openzipkin/b3-propagation#multiple-headers **Describe the solution you'd like** Implement b3-multi in similar fashion like it is with...
Doesn't work with multiline history records ``` echo """1 2 3 """ ``` after looking up in `hstr` it finds and inserts only `echo """1\` which only first line.
Steps to reproduce 1. Execute this ``` echo "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" ``` - which is `1107` characters long 2. Then look up latest "echo" and make sure it is pasted in command...
We were getting exception when starting Atlas with Cassandra support. CQLStorageManager could not be initialized and last exception looked like: ``` Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.netty.util.internal.PlatformDependent0 at...
In our service we use `envoyproxy/ratelimit` as sidecar and are making grpc calls to `ShouldRateLimit` method explicitly without envoy proxy. Simplified config looks like ``` --- domain: app descriptors: -...
At 100% zoom I'm getting: Current zoom level: 2.00 Device Pixel Aspect Ratio: 2.00 
## what * Added log-delivery-policy for s3-bucket component ## why * log-delivery-policy is common policy that is being added to S3 bucket. For example: * https://docs.aws.amazon.com/network-firewall/latest/developerguide/logging-s3.html * https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-query-logs-choosing-target-resource.html ## references
## what * Added `release-label-validator` workflow * Added `release-branch-manager` workflow ## why * Suppose to speed up the release process ## references
### Describe the Bug `atmos validate` ignores `ATMOS_CLI_CONFIG_PATH` env var ### Expected Behavior `atmos validate` should respect `ATMOS_CLI_CONFIG_PATH` env var ### Steps to Reproduce Validate works ``` atmos validate component...
## what * Describe high-level what changed as a result of these commits (i.e. what do these changes mean) * Use bullet points to be concise and to the point...