Vuk Vasić

Results 25 issues of Vuk Vasić

## Bug description I get the following error on Clickhouse pod: ``` 2023.01.27 07:34:25.035880 [ 685 ] {} DynamicQueryHandler: Code: 516. DB::Exception: clickhouse_operator: Authentication failed: password is incorrect or there...

## In what situation are you experiencing subpar performance? I have installed the SigNoz using the official charts. Currently, it processes 17k spans per hour, and I would like to...

## Is your feature request related to a problem? No *Please describe.* ## Describe the solution you'd like It would be nice to have fields always sorted in the same...

enhancement
frontend
trace-filter-page

## Is your feature request related to a problem? No ## Describe the solution you'd like Since Logs can also have Span and Trace Ids it would be a good...

enhancement
correlation-across-signals

# 🐛 Bug Report I created a simple navigation component containing `_menuItems` array: ```ts export const template = html` ${repeat(x => x._menuItems, html` ${x => x.title} ` )} ` ```...

bug
status:needs-information
community:request

## File a bug I found the original issue on Stackoverflow here: https://stackoverflow.com/questions/75614840/entity-framework-core-creates-unnecessary-foreign-key-for-owned-type-when-using I have the same issue, so I am pasting issue here: When I configure any owned type...

customer-reported
area-model-building

### Some details I tried to find in documentation how should we configure the Round-robin Load balancing of HTTP2. We are using IHttpForwarder but each time the connection is established...

Type: Idea

After updating my image to Alpine 3.7 i have noticed that wait-for-it hangs after success of finding host.

I have added HttpServer with WebSocket handler for STOMPSever like this: ```java Vertx vertx = Vertx.vertx(); StompServerHandler handler = StompServerHandler.create(vertx).authProvider(new AuthenticationProvider()); StompServer server = StompServer.create(vertx, new StompServerOptions() .setSecured(true) .setWebsocketBridge(true) //...

Can otel-collector-metrics be disabled?

enhancement
question