Skip to content
#

influxdb

Here are 1,636 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

grafana
kvrhdn
kvrhdn commented May 28, 2021

This is kind of a follow up to #32677 and the PR #34762.

In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing: /api/echo (grafana/tempo#714).

flink-learning

flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》

  • Updated Jun 24, 2021
  • Java
questdb
marregui
marregui commented Jul 20, 2021

Scenario

create table tab(f float);
insert into tab(f) values(4273.8);

Results in: org.postgresql.util.PSQLException: ERROR: inconvertible types: DOUBLE -> FLOAT [from=4273.8, to=f]

Expectation

Possibly enhance type compatibility check (SqlCompiler.isAssignableFrom) with extra cases for numeric types:

  • Float <- Double: if the double fits in the Float, then
prupert
prupert commented Apr 7, 2020

Describe the bug

/usr/share/icinga2/include/command-plugins.conf provides the http CheckCommand. Since version 2.3.0 there is a new option in check_http which allows for checking the correctness of a certificate and hostname match: --verify-host. Please add this to the built in template library.

https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/

$ /usr/
unpoller
McMacaron
McMacaron commented Jul 8, 2021

Hello David,

I have spent more than 20hours installing unpoller to Ubuntu 21.04 64bit. It seems that everything is working but Unpollen can not pick up settings from unpoller.conf file. Instead of that it is taking some default config file with URL https://127.0.0.1:8443: unifi controller. I have UDM Pro...

I have even try to set path with
docker run -v /home/ubuntu/Docker/unpoller:/config

ockam
jared-s
jared-s commented Jul 21, 2021

Writing tests for nodes and workers is complex due to their async nature. In tests we can't use the #[ockam::node] attribute, and instead use the method of

let (ctx, executor) = ockam::start_node()
executor.execute(async move { ...

This method has problems: if a test assertion fails inside of this async block, the test will not fail. Instead, the Node remains alive. I believe

Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.

  • Updated Jul 20, 2021
  • Scala

Improve this page

Add a description, image, and links to the influxdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the influxdb topic, visit your repo's landing page and select "manage topics."

Learn more