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

feat: Add timeout, retry, and write queue options to AMP remote write exporter #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seanmorton
Copy link
Contributor

@seanmorton seanmorton commented Mar 31, 2023

Description:
Add timeout, retry, and write queue options to AMP remote write exporter as defined here. Note that the timeout and retry settings are defined in the shared Exporter Helper.

All default values have been taken from the above linked documentation.

Link to tracking Issue: N/A

Testing: Validate charts script output:

Chart validation /Users/seanmorton/src/pelotech/aws-otel-helm-charts/charts/adot-exporter-for-eks-on-ec2 with Helm v3
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/namespace.yaml contains a valid Namespace (amazon-metrics)
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/serviceaccount.yaml contains a valid ServiceAccount (amazon-metrics.adot-collector-sa)
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/configmap.yaml contains a valid ConfigMap (amazon-metrics.adot-conf)
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/clusterrole.yaml contains a valid ClusterRole (adot-collector-role)
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/clusterrolebinding.yaml contains a valid ClusterRoleBinding (adot-collector-role-binding)
PASS - adot-exporter-for-eks-on-ec2/templates/adot-collector/daemonset.yaml contains a valid DaemonSet (amazon-metrics.adot-collector-daemonset)
All charts passed validation tests!

Documentation: None

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@seanmorton seanmorton requested a review from a team as a code owner March 31, 2023 02:32
@@ -9,11 +9,6 @@ clusterName: ""
additionalLabels: {}
# app: adot

serviceAccount:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed this value is unused. Let me know if this should be a separate PR.

@seanmorton seanmorton changed the title Add timeout, retry, and write queue options to AMP remote write exporter feat: Add timeout, retry, and write queue options to AMP remote write exporter Mar 31, 2023
@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This PR is stale because it has been open 60 days with no activity.

@github-actions github-actions bot added the stale label Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant