In this article, we explore the traces&metrics functionality implemented in Steampipe. We also expose custom metrics from our own plugins. We also enhance Steampipe’s traces with custom tags and event logs, and even create new traces!
Tag: steampipe
In this short article, we’ll explore the caching facilities available to a Steampipe plugin.
This article explores some advanced integration usecases in which Steampipe can be used, such as placing another Postgres instance in fron of it for greater control and more data sources.
This article continues work on the Bitcoin plugin, by adding automatic retries and exploring the contents of mods: Controls, Benchmarks and Dashboards. It also presents an enhancement to the dashboard charts, to enable them to understand time-based data.
This article presents a plugin for Steampipe that allows you to query the Bitcoin network for information about wallets and transactions. It also covers some gotchas found while developing such a plugin.
This article presents Steampipe, an aplication that presents disparate data (such as REST APIs) as SQL tables, allowing you to join data across API boundaries. It explains the inner workings of Steampipe plugins, that enable new data sources to be used with it. Finally, it presents a template repository that can be used as a starter by anyone wanting to create his own plugins.