You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have found your project and it looks promising for one of our customer use cases together with Grafana. We are having a hard time getting the application working and we want to ask you a few questions before we do any further troubleshooting.
Is the project actively used at Appuio and can your recommend it for production?
Is it possible to use the openshift-prometheus-proxy as a proxy between Grafana and Prometheus?
Example:
User A ---> Grafana ---> openshift-prometheus-proxy ---> OpenShift Prometheus => return user A namespaces metrics
User B ---> Grafana ---> openshift-prometheus-proxy ---> OpenShift Prometheus => return user B namespaces metrics
Unfortunately, when starting the pod on OpenShift v4.6, we get the following error message:
Traceback (most recent call last):
File "app.py", line 166, in <module>
httpd = ProxyHTTPServer(('127.0.0.1', 8080), partial(ProxyMetricsHandler, ProxyConfig()))
File "app.py", line 48, in __init__
self.service_account_token = self.k8s_config.api_key['authorization'].partition(' ')[2]
KeyError: 'authorization'
Does this error sound familiar to you and do you know how to fix it?
Thanks in advance for your help.
Kind regards,
Domenic
The text was updated successfully, but these errors were encountered:
Dear Appuio Team
We have found your project and it looks promising for one of our customer use cases together with Grafana. We are having a hard time getting the application working and we want to ask you a few questions before we do any further troubleshooting.
Example:
Thanks in advance for your help.
Kind regards,
Domenic
The text was updated successfully, but these errors were encountered: