Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing _monitoring system bucket #24918

Open
qdel opened this issue Apr 15, 2024 · 2 comments
Open

Missing _monitoring system bucket #24918

qdel opened this issue Apr 15, 2024 · 2 comments

Comments

@qdel
Copy link

qdel commented Apr 15, 2024

Steps to reproduce:

$> influx bucket list
ID                      Name            Retention       Shard group duration    Organization ID         Schema Type
1f0b7f93eee31365        _tasks          72h0m0s         24h0m0s                 0fb9ddd02e0b86db        implicit
5ac999f5d8a9894a        batterystats    infinite        168h0m0s                0fb9ddd02e0b86db        implicit
23e6a8a6b5544aeb        default         168h0m0s        24h0m0s                 0fb9ddd02e0b86db        implicit
1e44de25ae87b286        docker          720h0m0s        24h0m0s                 0fb9ddd02e0b86db        implicit
84b910126dacae33        linky           infinite        168h0m0s                0fb9ddd02e0b86db        implicit
42c4db6643210999        nginx           720h0m0s        24h0m0s                 0fb9ddd02e0b86db        implicit
72c711e492786cd0        telegraf        2160h0m0s       24h0m0s                 0fb9ddd02e0b86db        implicit
f8241b0bbbb34483        telegraf_1m     infinite        168h0m0s                0fb9ddd02e0b86db        implicit
fbc48ead3cda9628        veolia          infinite        168h0m0s                0fb9ddd02e0b86db        implicit

Expected behaviour:
_monitoring should be present

Actual behaviour:
It is not

Environment info:

Very old instance, using influxdb v1. All data migration made.

Config:

Started using docker compose. But config is really simple:

  influxdb:
    image: influxdb:alpine
    ports:
      - "8086:8086"
    volumes:
      - /opt/influxdb2:/var/lib/influxdb2
    #environment:
    #  - INFLUXD_LOG_LEVEL=error
    networks:
      - super
    restart: unless-stopped
    cpu_shares: 1800

Logs:

No relevant logs found.

@philjb
Copy link
Contributor

philjb commented Apr 15, 2024

I don't believe v1 OSS supports _monitoring system bucket (as in I believe _monitoring was added in v2).

@qdel
Copy link
Author

qdel commented Apr 16, 2024

Indeed. I think that albeit all migrations where ok, the _monitoring bucket did not create itself.

Nearly everything is working fine. But when creating a new bucket, when I want to write new measurement in the new bucket I got errors about _monitoring bucket.

All in place systems have no troubles (maybe why I never saw the glitch before)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants