ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 58 forks source link

Improved metrics for ftp cleint #102

Open Asitha opened 4 years ago

Asitha commented 4 years ago

Description:

It would be great if we can have the following metrics built into the FTP client

MalshaL commented 4 years ago

@davidban77 We are planning to expose metrics specific to each connector as an improvement in a future release of Ballerina Integrator. As for now, you can use the in-built metrics in Ballerina to gather service related metrics, such as the request_count for each request type in your Ballerina service. See this documentation to configure and expose metrics to Prometheus. Once set up, you can view the exposed metrics on http://localhost:9797/metrics.