Skip to content

InfluxDB v2 OSS support #36

@netum-ArturMalinin

Description

@netum-ArturMalinin

Related to this change, does it mean that InfluxDB v2 OSS is no longer supported?

We encountered the following error while upgrading Entrada2 from version 0.0.10 to 1.0.0 and org required by InfluxDB is defined from container env 'MANAGEMENT_INFLUX_METRICS_EXPORT_ORG'

2026-04-14 08:16:25 ERROR [scheduling-1] nl.sidn.entrada2.metric.HistoricalMetricManager - Error sending 1733 metrics to InfluxDB
com.influxdb.v3.client.InfluxDBApiHttpException: HTTP status code: 400; Message: Please provide either orgID or org
	at com.influxdb.v3.client.internal.RestClient.request(RestClient.java:254)
	at com.influxdb.v3.client.internal.InfluxDBClientImpl.writeData(InfluxDBClientImpl.java:367)
	at com.influxdb.v3.client.internal.InfluxDBClientImpl.writePoints(InfluxDBClientImpl.java:165)
	at com.influxdb.v3.client.internal.InfluxDBClientImpl.writePoints(InfluxDBClientImpl.java:160)
	at nl.sidn.entrada2.metric.HistoricalMetricManager.flush(HistoricalMetricManager.java:203)
	at nl.sidn.entrada2.metric.HistoricalMetricManager.autoFlush(HistoricalMetricManager.java:223)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:724)
	at nl.sidn.entrada2.metric.HistoricalMetricManager$$SpringCGLIB$$0.autoFlush(<generated>)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124)
	at io.micrometer.observation.Observation.observe(Observation.java:498)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124)
	at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:87)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions