-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(helm): add support for additional PodLogs
pipeline stages in selfMonitoring
#12389
feat(helm): add support for additional PodLogs
pipeline stages in selfMonitoring
#12389
Conversation
Signed-off-by: Danny Kopping <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
Podlogs
pipeline stages in selfMonitoring
PodLogs
pipeline stages in selfMonitoring
PodLogs
pipeline stages in selfMonitoring
PodLogs
pipeline stages in selfMonitoring
Signed-off-by: Danny Kopping <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Danny, how are things? I left 1 comment, otherwise looking fine.
@@ -13,6 +13,11 @@ Entries should include a reference to the pull request that introduced the chang | |||
|
|||
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) | |||
|
|||
## 5.47.2 | |||
|
|||
- [ENHANCEMENT] Allow for additional pipeline stages to be configured on the `selfMonitoring` `Podlogs` resource. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is duplicate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, bad rebase
Fixed 👍
Signed-off-by: Danny Kopping <[email protected]>
All good man! Hope all's well with you too? I'll likely be pushing a few more enhancements in the next few days & weeks; we're going to be rolling the Loki SSD chart in a separate observability chart for https://github.com/coder/coder ❤️ |
@MichelHollands could you approve the build please? |
Sorry, I forgot that we have to do that for your PRs now. It's running. |
@dannykopping just a heads up that we are deprecating the monitoring sections of this chart in the next release (very soon with 3.0) and encouraging folks to use https://github.com/grafana/meta-monitoring-chart |
…selfMonitoring` (grafana#12389) Signed-off-by: Danny Kopping <[email protected]>
…selfMonitoring` (grafana#12389) Signed-off-by: Danny Kopping <[email protected]>
What this PR does / why we need it:
The
PodLogs
resource currently only supports a single pipeline stage (cri
), and I need it to at least support configuring thedocker
stage as well; figured it'd make more sense to just allow arbitrary stages.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Miss you guys!!
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updatedadd-to-release-notes
labeldocs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR