-
Notifications
You must be signed in to change notification settings - Fork 593
feat(loki.write): Add loki pipeline latency metric #5702
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
bdab34b
loki: Add create to loki entry and New functions
kalleep 9ebc54f
loki.source.api: Create entry using loki.NewEntryWithCreated
kalleep 15394bf
loki.source.firehose: Use loki.NewEntry
kalleep 7fad8fd
loki.source.azure_event_hubs: use loki.NewEntry
kalleep ce109cd
loki.souce.cloudflare: use loki.NewEntry
kalleep 96ba122
loki.source.docker: use loki.NewEntry
kalleep 77ccb13
loki.source.file: Use loki.NewEntry
kalleep be1eb2e
loki.source.gcplog: Use loki.NewEntry
kalleep aa17278
loki.source.gelf: use loki.NewEntry
kalleep 793bc7a
loki.source.heroku: Use loki.NewEntry
kalleep 0979bce
loki.source.kafka: Use loki.NewEntry
kalleep 51d8e61
loki.source.journal: Use loki.NewEntry
kalleep cd10d64
loki.source.kubernetes: Use loki.NewEntry
kalleep 138c5e3
loki.source.kubernetes_events: Use loki.NewEntry
kalleep 16d2894
loki.source.syslog: Use loki.New
kalleep 10b572e
loki.source.windowsevent: Use loki.New
kalleep b25a879
stage.multiline: remove unnessisary clones and preserve created from
kalleep d6e9e28
Record entry propagation latency for non wal
kalleep 63ebbd9
Put record back in pool
kalleep f107613
Remove unused map and method
kalleep b8dba66
add v4 of wal entries where we also encode / decode created timestamps
kalleep 3c2b0bd
Add comment
kalleep c3c3a18
Update docs
kalleep 7992171
Update internal/component/common/loki/entry.go
kalleep 76cf40a
Update internal/component/common/loki/client/metrics.go
kalleep bda3d9c
Update
kalleep 6df8449
Update comment
kalleep 5ce9652
fix metric name, buckets and add native histogram settings
kalleep f4312dd
Store UnixMicro seconds instead of time.Time
kalleep 19923f4
Add comment
kalleep 147c3ff
Update comment
kalleep 5825ba2
Update docs/sources/reference/components/loki/loki.write.md
kalleep fdc07a0
Update comments
kalleep c059136
Update internal/component/common/loki/wal/encoding.go
kalleep 749a85f
Update internal/component/common/loki/wal/encoding.go
kalleep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.