I need to monitor requests to influxdb by databases to understand which of there is most active. I'm trying to get data from _internal database, but there is no explanations of keys,tags and so on.
- Couple of link: influxdata.com/blog/… | docs.influxdata.com/influxdb/v1.6/administration/… | github.com/influxdata/influxdb/blob/master/monitor/README.md | golang.org/pkg/runtimeWindyFields– WindyFields2018-07-14 12:53:50 +00:00Commented Jul 14, 2018 at 12:53
- Thank's, that was usefull.Oleg– Oleg2018-07-17 08:07:00 +00:00Commented Jul 17, 2018 at 8:07
Add a comment |
2 Answers
Unfortunately, the ticket about documenting of internal stats, was closed with desicion
to not document the _internal database
So there is no any full documentation about it, only a bits of information on Internet. Thank's a lot for your comment's.
Comments
You could check Chronograf. All measurements, tags and fields of _internal are listed there.
Or you have a look at https://github.com/influxdata/docs.influxdata.com/pull/777. There was an attempt to document _internal.
1 Comment
Oleg
Thank you, i'm already using Chronograf, but i'm looking for detailed definition of data, stored in _internal, f.ex. size of databases today, yestarday and so on. I need it, beacuse I can't understand who create such chart.