Skip to content

Commit

Permalink
Merge pull request #2 from jsanant/dev
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
jsanant committed Jul 24, 2022
2 parents a0da4c0 + f345416 commit 8ddd5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ curl -d 'measurement,tag1=value1,tag2=value2 field1=123,field2=1.23' -X POST 'ht

More info how victoria-metrics translates data from [InfluxDB endpoints](https://docs.victoriametrics.com/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf).

After this is done, you can navigate to the grafana explore section using this [link](http://localhost:3000/explore). You will see the metric present only for the tenant to which you have sent the data.
After this is done, you can navigate to the grafana explore section using this [link](http://localhost:3000/explore). You will see that the metric is present only for the tenant to which you have sent the data.

Default creds:

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [ ] Explore [multitenancy](https://docs.victoriametrics.com/vmagent.html#multitenancy) in vmagent
- [ ] Store tenant details in a RDS as an example, probably in [sqlite3](https://github.com/mattn/go-sqlite3) since it is light weight
- [ ] Store tenant details in RDS as an example, probably in [sqlite3](https://github.com/mattn/go-sqlite3) since it is light weight

0 comments on commit 8ddd5b9

Please sign in to comment.