cfitzw

Results 14 comments of cfitzw

Is there any documentation on test deploying the `backend` branch?

![PI_AF_Structure](https://github.com/GridProtectionAlliance/osisoftpi-grafana/assets/20694057/6307cc12-33ba-432d-a464-11f2a6514f1a) ![Grafana_Variables](https://github.com/GridProtectionAlliance/osisoftpi-grafana/assets/20694057/75fb9281-e8dc-4609-a8fd-d241bcdf43ad) ![Plugin_Multiple_Attributes_Working_with_Single_Variable](https://github.com/GridProtectionAlliance/osisoftpi-grafana/assets/20694057/a70aa64e-b013-4dad-90f7-02248b9fad6b) ![Plugin_Multiple_Attributes_Not_Working_with_Multiple_Variables](https://github.com/GridProtectionAlliance/osisoftpi-grafana/assets/20694057/dd60f7de-4f3a-4c3a-9f63-7f6194420245) Here are screenshots of the AF structure, the variables defined for the grafana dashboard, a working example using a single variable selection which returns all attributes...

@pvmagacho-nde If you mean attributes, then yes. Specifically for the built-in Geomap (plotting of all assets and allowing to click on them to see all attributes), as this currently is...

@srebhan I was able to pull the binaries from #15648 into my container and successfully retrieve data for individual bits,as expected, on multiple devices. This is a game changer and...

A few quick tweaks to the documentation for v2.5 (#5913)

@squakez -- please review this.

Correct, and setting `camel.main.cloud-properties-location` explicitly does work. - When using plain-quarkus and providing a **generic** configmap (non file-based), it is already automatically setting this cloud location and the properties are...

I also tried starting using the `--insecure-registry` option per documentation (https://minikube.sigs.k8s.io/docs/handbook/registry/): ```bash minikube start --driver=podman --container-runtime=cri-o --addons=registry --insecure-registry "10.0.0.0/24" ``` No luck.

This may or may not be related, but if using the standard .properties `${}` placeholder syntax, camel k is unable to resolve these... meaning using `{{base.fqdn}}` in an integration fails....