Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Dashboards doesn't work with a custom lambda names #233

Open
NevRA opened this issue Sep 8, 2022 · 0 comments
Open

Dashboards doesn't work with a custom lambda names #233

NevRA opened this issue Sep 8, 2022 · 0 comments

Comments

@NevRA
Copy link

NevRA commented Sep 8, 2022

This is a Bug Report

Description

For bug reports:

  • What went wrong? No data in the dashboard. Looks like all widgets were created with the wrong function names.
    Example (my yml template):
Func:
  ...
  name: my-func

In the widget details, I see Func (FunctionName) but should be my-func. So I think this is a reason why there is no data in the dashboard, because no such functions. If I create dashboard widget manually with a correct func name everything works correctly

  • What did you expect should have happened? Name should be correct and data from functions should be available
  • What was the config you used?
  alerts:
    dashboards: true
    topics:
      alarm:
        topic: 
          Ref: AlarmsTopic
    alarms:
      - functionErrors
      - functionThrottles
  • What stacktrace or error message from your provider did you see? -

Similar or dependent issues:

Additional Data

  • Serverless Framework Version: 3.17.0
  • Stack Trace: -
  • Provider Error messages: No errors
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant