influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
29.04k stars 3.56k forks source link

Missing data from influx #23105

Open bruvv opened 2 years ago

bruvv commented 2 years ago

Problem/Motivation

When I link grafana to influx I am missing data. In influx I can query the data and all but grafana is only showing some of the data. Grafana: image (end of the list)

Influx: image (and the list is much longer)

Expected behavior

Show all the data needed

Actual behavior

It only shows some data

Steps to reproduce:

  1. Install influx
  2. Hit start (I did not change anything
  3. Add configuration to home assistant so you get data into influx
  4. Instal grafana
  5. Start it
  6. Add datasource using the readme
  7. Observere there is a difference in data.

Environment info:

Log file

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: Grafana
 The open platform for beautiful analytics and monitoring
-----------------------------------------------------------
 Add-on version: 7.4.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 7.2  (amd64 / generic-x86-64)
 Home Assistant Core: 2022.2.2
 Home Assistant Supervisor: 2022.01.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to WARNING
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] grafana.sh: executing... 
[cont-init.d] grafana.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Grafana server is running with elevated privileges. This is not recommended
t=2022-02-05T14:34:51+0100 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings
t=2022-02-05T14:35:03+0100 lvl=warn msg="Plugin process is running with elevated privileges. This is not recommended" logger=plugin.initializer pluginID=grafana-image-renderer
bruvv commented 2 years ago

Hello?

bruvv commented 2 years ago

@jsternberg mind looking at it?