Skip to content

Alert on proxy - ability to monitor certain implementation function #406

@ds-rabadie

Description

@ds-rabadie

Describe the feature

Is it possible currently to trigger alert on implementation function? It seems that monitor mainly use eth_getLogs but to have the ability to see what implementation function has been called we need trace ?

Is it possible though to monitor the fallback on the proxy, and see if a certain function signature has been called with a certain value?

My understanding is that what

"match_conditions": {
    "functions": [
      {
        "signature": "_fallback()",
        "expression": null //is it possible to do that here?
      }
    ],
    "events": [],
    "transactions": [
      {
        "status": "Success",
        "expression": null
      }
    ]
  },

Is function.expression the place to do that?

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-needs-triageRequires initial triage or categorizationT-featureSuggests a new feature or enhancementcla: allowlist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions