Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[istio] Add top and tap command and details #182

Merged
merged 1 commit into from
Oct 17, 2021

Conversation

ricoberger
Copy link
Member

Next to the metrics view, the Istio plugin now also supports a top and
tap command, which used an existing Clickhouse instance. The top command
uses the Istio access logs from Clickhouse to create an aggregation
based on the path and method of an request. The tap command can be used
to view all requests. Both commands are supporting an live update
feature to refresh the view.

All three views (metrics, top and tap) are supporting details now, this
means when a user selects a metrics or a log line a drawer panel is
opened with the success rate, requests per seconde and latency metrics
for the selected time range.

@ricoberger ricoberger mentioned this pull request Oct 17, 2021
@ricoberger ricoberger force-pushed the istio-top-tap-and-details branch from cdc4883 to 55bf008 Compare October 17, 2021 09:03
Next to the metrics view, the Istio plugin now also supports a top and
tap command, which used an existing Clickhouse instance. The top command
uses the Istio access logs from Clickhouse to create an aggregation
based on the path and method of an request. The tap command can be used
to view all requests. Both commands are supporting an live update
feature to refresh the view.

All three views (metrics, top and tap) are supporting details now, this
means when a user selects a metrics or a log line a drawer panel is
opened with the success rate, requests per seconde and latency metrics
for the selected time range.

NOTE: As we did it with the Prometheus plugin in #177 we are now also
exposing the Clickhouse instances from the plugin, so that we can use
the instance specified in the configuration within the Istio plugin.
@ricoberger ricoberger force-pushed the istio-top-tap-and-details branch from 55bf008 to 20e9d8d Compare October 17, 2021 09:22
@ricoberger ricoberger merged commit c1564cd into main Oct 17, 2021
@ricoberger ricoberger deleted the istio-top-tap-and-details branch October 17, 2021 13:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant