jbonofre opened a new issue, #355:
URL: https://github.com/apache/karaf-decanter/issues/355

   We should be able to parse labels in Prometheus metric like:
   
   ```
   # HELP request_time_total
   # TYPE request_time_total counter
   request_time_total_seconds{api="my-api",endpoint="/send",method="POST"} 1.0
   # HELP memoryPool_usage_bytes Current usage of the memory pool
   # TYPE memoryPool_usage_bytes gauge
   memoryPool_usage_bytes{name="Compressed Class Space"} 2.2561752E7
   memoryPool_usage_bytes{name="G1 Eden Space"} 1.2582912E7
   ```
   
   The purpose is to store each labels as an event data property.
   
   We also should create 1 event per metric.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@karaf.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to