Andrej Kyselica

Results 12 comments of Andrej Kyselica

It would be useful for cloud situations to allow including some network context (e.g. VNet/VPC). This could be done with indentation like how State diagrams show nexted states. Also including...

``` networkDiagram network: vpc1 node router type router meta ip=192.138.33.1 node switch1 type switch meta model=hp1234 node switch2 type switch meta model=cisco4321 meta ip=192.168.33.2 node server type server meta os=linux...

I think it would better to let the user add arbitrary name/value details instead of trying to think of and standardize every kind of metadata. Maybe have two ways to...

> One thing to add to the great discussion here - is there the ability to have icons attached to nodes? The networking logos are quite good, and having a...

I had the same problem.. forgot to update my email address in the template.. a better error would have saved me some time. :)

I looked at the code and it looks like the code in [DaprTraceSampler](https://github.com/dapr/dapr/blob/518753d502cbb1b57b244031b574862944ad86ce/pkg/diagnostics/tracing_sampler.go#L12) is close but not quite correct. Looking at the DaprTraceSampler code: ```go /** * Decisions for the...

hi @yaron2 , I couldn't change this to a bug and it was a bit confusing w the changes I made as I dug in, so I created a new...

With just out-of-the-box OpenTelemetry instrumentation on a typical Java environment, the call to ADX just just an opaque REST request: ![image](https://user-images.githubusercontent.com/1774478/163467103-d3b28895-83e9-4e80-843a-b8451bb4c3c9.png) It's kind of a dead-end TBH. But with SQL...

It seems like super-linter is built on sensible defaults, so what makes the most sense in most cases? Default to just scanning SLNs and let you configure another way if...