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

Update README and config #475

Merged
merged 5 commits into from
Aug 28, 2023
Merged

Conversation

ronensc
Copy link
Collaborator

@ronensc ronensc commented Aug 23, 2023

Following the feedback of @aslom in #473:

  1. The README was updated to run make ocp-deploy with IMAGE_ORG=netobserv
  2. The configuration of FLP was updated. shorten default timeout for aggregate; allow configuration of timeout for aggregates #418 introduced a new API field in extract_aggregate which required this update.
  3. On the way, updated the operational metric prefix to flp_op_ (added underscore) to avoid metric names like flp_opmetrics_processed

@ronensc ronensc mentioned this pull request Aug 23, 2023
@ronensc ronensc linked an issue Aug 23, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #475 (1ab2b5b) into main (914d470) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #475   +/-   ##
=======================================
  Coverage   66.03%   66.03%           
=======================================
  Files          94       94           
  Lines        6921     6921           
=======================================
  Hits         4570     4570           
  Misses       2092     2092           
  Partials      259      259           
Flag Coverage Δ
unittests 66.03% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
pkg/api/encode_prom.go 100.00% <ø> (ø)
pkg/confgen/flowlogs2metrics_config.go 68.83% <100.00%> (ø)

@@ -437,6 +454,7 @@ parameters:
filter:
key: name
value: dest_service_count
filters: []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filter is deprecated in favor of filters so we should convert these to arrays

Comment on lines 258 to 260
filter:
key: name
key: ""
value: ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since filter is being deprecated, shouldn't we just delete this section?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ronensc
Copy link
Collaborator Author

ronensc commented Aug 28, 2023

/approve

@openshift-ci
Copy link

openshift-ci bot commented Aug 28, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ronensc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit daa0340 into netobserv:main Aug 28, 2023
8 checks passed
@ronensc ronensc deleted the update-config branch August 28, 2023 11:26
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.

Failing make ocp-deploy
4 participants