Michal Cichra

Results 69 comments of Michal Cichra

@nmasse-itix yes that is more suitable and can actually be prototyped right now. This is internal API for now, so is not meant for customer use, but an image can...

That `/` is what nginx location is getting executed. We can rename it to something more obvious like `policy-chain`. I'd not go for templating the operation name with a service...

@jmprusi It is. I tried locally adding `opentracing_tag apicast.service_id $service_id;` and it works just fine. We have nginx variables populated with some info.

@jmprusi several metrics and several mappings can match. The matched metrics is a product of matched mappings and their "delta" property. I'd try to not add stuff just because we...

This is a bit tricky as you can have multiple services. So you'd need one variable per service, I guess? That is quite weird interface. However, with recent policy changes...

That is because of Test::APIcast upgrade that makes metrics to listen on the same port as apicast. Not sure how to solve it.

I think it should not be a regex by default. That would force everyone to write regexes or we would need to do transformations. I think we first need to...

```lua local state = require("luassert.state") local function snapshot(context) state.snapshot() return nil, true end local function revert(context) state.revert() return nil, true end for _, phase in ipairs({ 'suite', 'file', 'describe'}) do...

@KostyaSha I feel you. Not sure if this is some disappointment with Jenkins itself or just with the ecosystem, but I can tell you that we are considering our options...

@MrFastwind interesting. It works for me just fine. INVALID does not mean anything, it is there so it is obviously invalid code. Because otherwise it will wait for user input...