Skip to content
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

Support creating LogFileMetricsExporter CR #147

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

DebakelOrakel
Copy link
Contributor

@DebakelOrakel DebakelOrakel commented Aug 7, 2024

In logging version 5.8 and newer versions, the LogFileMetricExporter is no longer deployed with the collector by default. You must manually create a LogFileMetricExporter custom resource (CR) to generate metrics from the logs produced by running containers.

If you do not create the LogFileMetricExporter CR, you may see a No datapoints found message in the OpenShift Container Platform web console dashboard for Produced Logs.

Checklist

  • The PR has a meaningful title. It will be used to auto-generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

Copy link
Contributor

github-actions bot commented Aug 7, 2024

🚀 This PR has been released as v3.2.3

Triggering workflows Release

🛠️ Auto tagging enabled with label bump:patch

@DebakelOrakel DebakelOrakel force-pushed the feat/support-logmetricexporter branch from 3be3b34 to 9c29863 Compare August 7, 2024 06:51
In logging version 5.8 and newer versions, the LogFileMetricExporter is no longer deployed with the collector by default.
You must manually create a LogFileMetricExporter custom resource (CR) to generate metrics from the logs produced by running containers.

If you do not create the LogFileMetricExporter CR, you may see a No datapoints found message in the OpenShift Container Platform web console dashboard for Produced Logs.
@DebakelOrakel DebakelOrakel force-pushed the feat/support-logmetricexporter branch from 9c29863 to afdaee2 Compare August 7, 2024 07:05
@DebakelOrakel DebakelOrakel merged commit eec06d7 into master Aug 7, 2024
16 checks passed
@DebakelOrakel DebakelOrakel deleted the feat/support-logmetricexporter branch August 7, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants