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

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

Description

@NevRA

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions