Hello team, I'm currently testing Signoz (Self-Hos...
# general
j
Hello team, I'm currently testing Signoz (Self-Hosted), this solution seems very interesting. I'm using some dotnet8 service, and have configured the OLTP exported to my signoz instance. I come from Azure Monitor, and I would like to know how I can have the Logger.CategoryName of the DotNet ILogger inside the logs in Signoz ? It doesn't appears in the top level properties, nor in the attributes. I don't know If is related to 1/ The DotNet Exporter 2/the Signoz Schema 3/other things. (I'm newbie on OTEL) . So If anyone has already encountered this need and have some tips, could be really cool.
v
@nitya-signoz might have some insights on this
j
Thanks ! @nitya-signoz, any suggestions?
n
It should correspond to the scope_name, if it’s that as of now on the UI it’s not support but should be there on the db. Can you run this command in clickhouse and check the result
select distinct(scope_name) from logs;
j
Thanks for the answer, I've executed the following command
select distinct(scope_name) from signoz_logs.logs;
(logs table only was not found) . And I give me the information. After I've test the log api and see that the result is the same as the UI (logical ...) but I need to access more information from the clickhouse db. Is there an http API to query clickhouse? or a capability to add information to the logs API ?
Ok , I've found that we have to use queryType:"clickhouse_sql" and not clickhouse has mentionned in the doc