k0pper opened a new issue #3027:
URL: https://github.com/apache/camel-k/issues/3027


   I installed Prometheus via a helm chart in my local minikube K8s cluster 
with camel k (1.8.0) installed:
   
   ```
   helm install prometheus prometheus-community/prometheus --namespace camel-k
   ```
   
   after port-forwarding 
   ```
   kubectl port-forward prometheus-server-777f487c7b-h54wg 8888:9090 
--namespace camel-k
   ```
   
   I access the dashboard via localhost:8888. Also, the integrations that are 
running in my cluster also show up in the metrics. For instance, I can see the 
metric "kube_pod_start_time" for every pod that runs, including my integration 
pods. 
   
   However, camel-related metrics don't show up at all in my metrics. Why? Do I 
have to configure something else than the prometheus trait in camel-k? 
   
   Cheers,
   Alex


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to