can go-zero framework be supported by signoz? my g...
# support
z
can go-zero framework be supported by signoz? my go application used go-zero framework not gin。
s
What kind of support are you looking for? distributed tracing? metrics? or all?
z
log、trace and metrics
s
I don’t think any of them are supported at the moment.
however, you can transport logs using one of the traditional mechanisms more here https://signoz.io/docs/userguide/logs/#collecting-logs-in-signoz-using-opentelemetry
z
we best need log currently
I just read this file to transport logs, but it cannot support go-zero framework
s
How is that a go-zero framework dependant?
z
it's ok if you have not supported go-zero framework currently
if support go-zero that is better
another question: the log module cannot support application inside logs? just like INFO、ERROR or DEBUG log?
I can only find some http request record in signoz, just like below
image.png
I think this is more like trace, but i want logs from application inside to analyze error or business logic, just like below:
image.png
s
probably because it’s chinese and non-ascii characters which I believe is not currently supported. @Nityananda Gohain do we support this?
n
We haven’t tested with chinese yet. But I think his question is more related to how the logs are shown in the UI. @zane.chen are you able to get the logs to signoz.
z
yes,I want to show my application logs in the signoz UI
but i cannot find them in UI
n
Can you share more about where you are running your application and are you able to scrape those logs ?
z
image.png
for example, i expect to display above logs in signoz logs UI, but it only show request event log
is it clear?
image.png
n
Is you application and signoz running on the same host.
z
yes
n
Then if your application is running in docker then the logs will be automatically scraped, can you filter by container ID and see if logs are getting collected.
z
no, i cannot find my expect log, as below
image.png
I expect see the below INFO type logs in signoz Logs UI
image.png
but i have not found it
hello?
can you help me?
n
Hey did you try to filter out logs using the container id filter ?
z
yes, but have not found my chinese logs