f3l1x98
f3l1x98
> I see the problem with many-to-many and missing access to join tables. But can you elaborate whats missing with many-to-one and one-to-many? My bad. ManyToOne and OneToMany works, just...
# Update I have now tried the same using the sdk manually and that works as expected (getting http, controller, sql, etc traces). However I would really like to use...
> Can this be related to #2497? I don't think so, after all I do get some traces from the autoinstrumentation, just not nearly all. To me it looks like...
Well I have enabled the debug logs of the Intsrumentation CRD and by the looks of it the instrumentation is mostly correctly initialized (at least http instrumentation succeeds), however the...
# Update I have now switched to using a custom image for the NodeJs instrumentation CRD. This custom image is based upon the official one, but with the `autoinstrumentation.ts` replaced...
For this one I am not sure if there was something changed (concerning my TODO at the top) https://github.com/jvalue/ods/blob/4fe866fdb2228525e80e6414c946785166e7ff4a/adapter/src/adapter/api/rest/adapterEndpoint.ts#L46-L84
Again as the TODO says, I am not sure why the previous implementation queried based on both the dataImport.id AND datasource.id. From my understanding the dataImport.id is unique in the...
This TODO I have kept, because I too am unsure whether that is necessary. (But I can't remember that we have done so in the other parts of ODS) https://github.com/jvalue/ods/blob/4fe866fdb2228525e80e6414c946785166e7ff4a/adapter/src/datasource/api/rest/dataImportEndpoint.ts#L43-L68
This is the part that was rewritten from the old impl and I have kept it. Not sure if we want to rewrite it again to match old Java impl....
https://github.com/jvalue/ods/blob/4fe866fdb2228525e80e6414c946785166e7ff4a/adapter/src/adapter/importer/HttpImporter.ts#L102-L118 For this one I wanted to ask, whether somebody knows a better way, because I also do not know one. The old Java impl got the response as a...