How to push array into Anypoint Monitoring custom metrics?

Viewed 20

I need to push an JSON array information into custom dashboard table.

[
 {
 api_name: "abc_api",
  owner: "avish"
},
{
api_name: "xyz_api",
owner: "avesh"
},
etc...
]

I need to push the info into a table with 2 column like API_NAME and API_OWNER.

Please let me know if this can be possible with 'anypoint custom metric' connector or do we have any option in mulesoft ?

1 Answers

Values for measurements have to be numerical. It doesn't seem that the data that you want to push is compatible with custom metrics.

Related