-
Notifications
You must be signed in to change notification settings - Fork 206
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
OpenTelemetryCollector config files are different from reference #810
OpenTelemetryCollector config files are different from reference #810
Conversation
@elamaran11 please take a look, that was the manifest maintenance that we are on the hook for. If you have ideas on how we can better track this type of changes please let me know. |
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.
LGTM
/do-e2e-tests |
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.
end to end tests failed. A maintainer can provide more details.
@freschri please merge main to address unit test failures:
|
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.
Unit test failures
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.
LGTM
@shapirov103 One thing we can definately do is load an externa YAML like how its done here and move these |
…different-from-reference
done |
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.
@freschri Since you already have a PR for Collector config, Could you please add the config listed here for the API Troubleshooting board to work as you add the rules in CDK accelerator.
Also please add a flag to enable or disable API Server monitoring in Addon. We dont want this to be defaulted. Also please check this for adding documentation for API server mon.
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.
Another comment. We need to add a feature to addon to allow external yaml like this This YAML should override the YAML part of the repo. Also this helps you to add the YAML to AWS Accelerator repo in a new folder like template and use that in the pattern.
I guess I did it in another PR see here: https://github.com/aws-quickstart/cdk-eks-blueprints/blob/64075bc726594e396d88f4d5b58a27a2dceee4a8/lib/addons/amp/index.ts#L33C6-L33C18 |
@freschri I know but i think you should be using |
ok can you please create an enhancement issue for that? not really related to the current changes and anyone can pick it up |
done |
ok thanks then I will leave the work to be done in the context of Issue |
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.
LGTM. Minor feedback. Have a question on doc needs for string utils.
@@ -90,7 +95,8 @@ export const enum DeploymentMode { | |||
const defaultProps = { | |||
deploymentMode: DeploymentMode.DEPLOYMENT, | |||
name: 'adot-collector-amp', | |||
namespace: 'default' | |||
namespace: 'default', | |||
enableAPIserverJob: false |
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.
camelCase. enableAPIServerJob
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.
done
* @param string | ||
* @returns | ||
*/ | ||
export function changeTextBetweenTokens(str: string, openToken: string, closeToken: string, keep: boolean) { |
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.
i like this implementation. @shapirov103 Do we have to create a doc page for string utils?
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.
We have not done it before, the utils part is not the main value of the blueprints. I would just put more emphasis on the JSDoc and rely on the API doc tool for those for now.
@freschri Can you fix the issues, We are planning to release this week. |
what issues? all looks addressed above... |
@shapirov103 Could you review this PR? |
I see the issues are unresolved, Lets ask Mikhail to review and close this. |
/do-e2e-tests |
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.
end to end tests passed
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.
LGTM
@elamaran11 your review status is "changes requested" - this prevents the merge atm. |
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.
LGTM
Merged. |
Please review