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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
#45: Add value mappings for sparkline charts in the Prometheus plugin.
#49: Add new chart type table for Prometheus plugin, which allows a user to render the results of multiple Prometheus queries in ab table.
#51: Add new command-line flag to forbid access for resources.
#52: Add option to enter a single trace id in the Jaeger plugin.
#56: Add actions for Elasticsearch plugin to include/exclude and toggle values in the logs view.
#58: Add plugin support for Teams. It is now possible to define plugins within a Team CR, which are then added to the teams page in the React UI.
#59: Add support for Templates via the new Templates CRD. Templates allows a user to reuse plugin definitions accross Applications, Teams and Kubernetes resources.
#60: Add support for additional Pod annotations and labels in the Helm chart via the new podAnnotations and podLabels values.
#63: Add Kiali plugin (in the current version the Kiali plugin only supports the graph feature from Kiali).
#46: Support multiple types for the legend in a Prometheus chart and use a custom component to render the legend.
#47: Display the legend at the Prometheus page as table and use color of selected metric in chart.
#53: Improve Jaeger plugin, by allow filtering of services and operations and adding several actions for traces.
#55: Allow a user to add a tag from a span as filter in the Jaeger plugin.
#57: Visualize the offset of spans in the Jaeger plugin.
#61: Improve caching logic, by generating the teams and topology graph only when it is requested and not via an additional goroutine.
#62: Show the name of a variable within the select box in the Prometheus dashboards.
#64: Recreate Pods when ConfigMap in Helm chart is changed.
#67: ⚠️Breaking change:⚠️ Adjust Pod and Service labels, which can now be set via the pod.labels, pod.annotations, service.labels and service.annotations values.