Skip to content

Cherry-pick #14876 to 7.x: Add monitoring information about functions to Functionbeat#15461

Merged
kvch merged 2 commits intoelastic:7.xfrom
kvch:backport_14876_7.x
Jan 10, 2020
Merged

Cherry-pick #14876 to 7.x: Add monitoring information about functions to Functionbeat#15461
kvch merged 2 commits intoelastic:7.xfrom
kvch:backport_14876_7.x

Conversation

@kvch
Copy link
Copy Markdown
Contributor

@kvch kvch commented Jan 10, 2020

Cherry-pick of PR #14876 to 7.x branch. Original message:

This PR adds a new counter which returns the number of triggered functions of Functionbeat.

Example snippet of the telemetry message containing info about function:

{
  "state": {
    "functionbeat": {
        "functions": {
             "count": 1,
        }
    }
}

Follow-up work is required on Kibana side to process the reported information correctly to get telemetry data.

…4876)

This PR adds a new counter which returns the number of triggered functions of Functionbeat.

Example snippet of the telemetry message containing info about function:

```json
{
  "state": {
    "functionbeat": {
        "functions": {
             "count": 1,
        }
    }
}
```

Follow-up work is required on Kibana side to process the reported information correctly to get telemetry data.
(cherry picked from commit 9ce1c26)
Copy link
Copy Markdown
Contributor

@ycombinator ycombinator left a comment

Choose a reason for hiding this comment

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

LGTM.

@kvch
Copy link
Copy Markdown
Contributor Author

kvch commented Jan 10, 2020

Failing tests are unrelated.

@kvch kvch merged commit 64ddb49 into elastic:7.x Jan 10, 2020
@andresrc andresrc added the Team:Integrations Label for the Integrations team label Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Team:Integrations Label for the Integrations team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants