Logging exceptions doesn't include filename in the kibana apm dashboard
See original GitHub issueDescribe the bug
I have a simple asp.net core web application, which logs to my APM server. Now I have a controller action that does a simple throw new Exception("My error!");
This exception is showing up in the apm dashboard in kibana, but the filename shown is the full class name of my controller, not the filename.
To Reproduce Steps to reproduce the behavior:
- Create a new asp.net core web application
- Enable apm logging
- Add the aforementioned exception statement to an action
- Trigger the exception
- See the exception in the kibana apm dashboard.
Expected behavior The file location (line number) is correct, but the file name isn’t.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Traces are not shown in Kibana - APM
You can do this by going to the Console in kibana and checking to see if any transactions are present: GET apm-7.16.3-transaction*/_search ....
Read more >Logs does not show in kibana
Hi - I am having a little trouble pulling the logs to my Elasticsearch; currently, as I am on the main page, from...
Read more >Common problems | APM User Guide [8.9]
Data is indexed but doesn't appear in the APM appedit · Open Kibana and select Add integrations > Elastic APM. · Click APM...
Read more >Configure logging | Kibana Guide [8.9]
If a logger doesn't have any appenders configured, the configuration of that particular logger will be inherited from its closest ancestor.
Read more >Common problems | APM Server Reference [7.15]
If no data shows up in Elasticsearch, first check that the APM components are properly connected. ... To see if the agent can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So, basically first you guys need to decide internally first? Then I’ll hold off on a PR for now, if you don’t mind…
@mterwoord if you don’t mind I would like to keep this issue open since #265 is much more narrow in scope and #265 is not a bug issue.