💡
原文英文,约300词,阅读约需1分钟。
📝
内容提要
两周前,我开始使用honeycomb.io,将数据从appinsights转移到honeycomb。由于honeycomb使用OpenTelemetry协议,我需要学习查看OpenTelemetry的调试日志。我编写了一个新的导出器,将日志转换为JSON格式,以便更好地在调试窗口中显示,并移除了Socolin插件中的appinsights部分。
🎯
关键要点
- 两周前开始使用honeycomb.io,将数据从appinsights转移到honeycomb。
- honeycomb使用OpenTelemetry协议,需要学习查看OpenTelemetry的调试日志。
- 编写了一个新的导出器,将日志转换为JSON格式,以便在调试窗口中更好地显示。
- 移除了Socolin插件中的appinsights部分,以解析opentelemetry JSON并在调试窗口中显示。
➡️