-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to generate OTEL logs in generate script #931
Conversation
@shantanualsi Thanks for taking a look at this, getting better OTEL logs in the generator is something we've wanted for a while now: #224 But I can't seem to get this to work locally. When running
We might want a copy of the Also
Is there some additional config I need to set? |
Oh hey @gtk-grafana, sorry coming back after quite a while here! That said, I think we'll have to resort to always running this through dockerfile because pushing otel logs needs a otel collector running somewhere. I'm open to suggestions though. |
…ge (#925) * feat(LogsVolumePanel): show visible range of logs * feat(LogsPanelScene): enable enableInfiniteScrolling option * fix(LogsPanelScene): update and fix link to log line * feat(LogsVolumeScene): sort values before grabbing visible range * chore(LogsVolumePanel): debug visible range * feat(visibleRange): change annotation style to drift from loading frame * fix(LogsVolumePanel): account for possible visible error state * chore: correct states for logs volume * chore: revert change * fix(visibleRange): use region * chore: remove legacy change * chore: update comments
* chore: upgrade scenes to 5.28.0, remove explore logs specific implementation
* feat: add shared crosshairs to breakdown views
* feat: rearrange menus and add new single "summary" panel above value breakdowns
feat: remove explore button, add panel menu
* feat: Map series name to color
* feat: add keybindings used in grafana
Co-authored-by: Galen Kistler <[email protected]>
* feat: keybindings - support copy paste time range
messed up the git commits 🤦 . I'll fix the branch and reopen the PR in a while |
Desciption:
This PR adds support to generate OTEL logs from the generate script. It creates another service
loki-ingester-otel
.It defines another logger alongside AppLogger that pushes logs to the OTEL collector.
Few notes:
Fixes: #224