Prashant Pandey
Prashant Pandey
I can pick this up on the backend if the requirements are finalised.
Can confirm, I have a M1 and faced the exact same issue.
Entire stack: ``` java.lang.ExceptionInInitializerError at org.eclipse.jetty.http.MimeTypes.(MimeTypes.java:175) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:895) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.server.Server.start(Server.java:423) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.server.Server.doStart(Server.java:387) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.hypertrace.core.serviceframework.PlatformService.start(PlatformService.java:141) at org.hypertrace.core.serviceframework.PlatformServiceLauncher.main(PlatformServiceLauncher.java:28) Caused by:...
I am picking this up.
Had a discussion with Laxman and @kotharironak on this and it was decided that we will leave /health's implementation as it is right now and instead work on defining QoS...
I am picking this up.
@rish691 Which component should handle this ideally? All attribute conversions from the Gateway service are being done in the GQL layer. Should this be handled there as well?
## Proposal Legend: | Symbol | Meaning | | ----------- | ----------- | | _dparent_ | Parent span duration | | _dchild_ | Child span duration | |_Sparent_| Start time...
Yes. Looks like there is no way to find if condition 1 is a _follows-from_ or a genuine case of skew. I don't think this should be adjusted.
The heuristic aside, what would be the better way to implement this: 1. Do all of these adjustments in the query layer. Having a sort of span transformation pipeline in...