From 66922fdf91bfd0ef1da684bede5c45b7d6fe6c8f Mon Sep 17 00:00:00 2001 From: Robert Fisher Date: Sat, 28 Sep 2024 14:10:22 +0100 Subject: [PATCH 1/2] correct error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ad9ff..3b0b3cc 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ $ while true; do echo $RANDOM; sleep 1; done | wf write file -m cli.demo -Fv - If you wish to write points directly via the API, and you have the "direct ingestion" privilege, just add `-u api` to your `write` command. To send points to a proxy over HTTP, use `-u http`, and to -write to a Unix socket use `-u unix`. +write to a Unix socket use `-u socket`. You can write delta metrics with `-i` (for increment). From afcdd16fc6356755c735f32586b591a293093750 Mon Sep 17 00:00:00 2001 From: snltd Date: Wed, 9 Apr 2025 14:27:14 +0000 Subject: [PATCH 2/2] fix links in README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b0b3cc..7debf6b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Wavefront CLI -[![Test](https://github.com/snltd/wavefront-cli/actions/workflows/test.yml/badge.svg)](https://github.com/snltd/wavefront-cli/actions/workflows/test.yml) ![Release](https://github.com/snltd/wavefront-sdk/workflows/Release/badge.svg) [![Gem Version](https://badge.fury.io/rb/wavefront-cli.svg)](https://badge.fury.io/rb/wavefront-cli) ![](http://ruby-gem-downloads-badge.herokuapp.com/wavefront-cli?type=total) +[![Test](https://github.com/snltd/wavefront-cli/actions/workflows/test.yml/badge.svg)](https://github.com/snltd/wavefront-cli/actions/workflows/test.yml) [![Release](https://github.com/snltd/wavefront-cli/actions/workflows/release.yml/badge.svg)](https://github.com/snltd/wavefront-cli/actions/workflows/release.yml) [![Gem Version](https://badge.fury.io/rb/wavefront-cli.svg)](https://badge.fury.io/rb/wavefront-cli) ![](http://ruby-gem-downloads-badge.herokuapp.com/wavefront-cli?type=total) -This is a complete command-line interface to -[Wavefront](https://www.wavefront.com/)'s API. It also provides easy -ways to get data into Wavefront. +This is a complete command-line interface to [Tanzu Observability](https://www.broadcom.com/products/software/aiops-observability/tanzu-observability), +formerly known as Wavefront. Throughout this document it will be referred to +by its old name. + +As well as covering the Wavefront API, the CLI also makes it easy +to get data into Wavefront from the command-line. The gem is hosted [on Rubygems](https://rubygems.org/gems/wavefront-cli) and can be @@ -18,7 +21,7 @@ SDK](https://github.com/snltd/wavefront-sdk) and requires Ruby >= 3.0. It has no "native extension" dependencies. For a far more comprehensive overview/tutorial, please read [this -article](https://sysdef.xyz/article/wavefront-cli). +article](https://tech.id264.net/article/wavefront-cli). ``` $ wf --help