Skip to content

Commit 8b5dc73

Browse files
committed
style: applies formatting
1 parent 5c0af16 commit 8b5dc73

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/posit/connect/client.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,12 @@ def content(self) -> Content:
101101
def metrics(self) -> metrics.Metrics:
102102
"""The Metrics API interface.
103103
104-
The Metrics API is a software interface designed for capturing, retrieving, and managing quantitative data measurements. It is commonly used for monitoring and analyzing system performance, user behavior, and business processes. This API facilitates real-time data collection and accessibility, enabling organizations to make informed decisions based on key performance indicators (KPIs).
104+
The Metrics API is designed for capturing, retrieving, and managing
105+
quantitative measurements of Connect interactions. It is commonly used
106+
for monitoring and analyzing system performance, user behavior, and
107+
business processes. This API facilitates real-time data collection and
108+
accessibility, enabling organizations to make informed decisions based
109+
on key performance indicators (KPIs).
105110
106111
Returns
107112
-------

0 commit comments

Comments
 (0)