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

Add Period value from Widget Context in Lambda function for bitmap widget rendering #290

Open
naveen19991124 opened this issue Dec 15, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@naveen19991124
Copy link

naveen19991124 commented Dec 15, 2022

Version

1.22.6

Steps and/or minimal code example to reproduce

  1. Add renderingPreference: DashboardRenderingPreference.INTERACTIVE_AND_BITMAP to generate bitmap dashboards.
  2. Visit the generated Bitmap CW Dashboard in your AWS account.
  3. Set the period value for the dashboard to any value other than the set default value.
  4. Notice that there is no change in the datapoints for the metrics in dashboard widgets.

Expected behavior

The metric data for the widgets in bitmap dashboards should align with the set period value of the Bitmap dashboard.

Actual behavior

There is no change in the datapoints for the metrics in dashboard widgets.

Other details

No response

@naveen19991124 naveen19991124 added the bug Something isn't working label Dec 15, 2022
@voho
Copy link
Contributor

voho commented Dec 21, 2022

Some ideas:

@naveen19991124
Copy link
Author

Yes, correct we need to pass the period from the context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants