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

TDengine 3.2.3.0 not reporting metrics to Taoskeeper, 404 on /general-metric #25625

Open
hasland opened this issue May 3, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@hasland
Copy link

hasland commented May 3, 2024

Bug Description
Using TDengine 3.2.3.0 and TaosKeeper 1.0.17 results in tdengine sending data to /general-metric endpoint and taoskeeper returns a 404.

Taoskeeper log with TDengine 3.2.3.0:

[GIN] 2024/05/03 - 17:32:31 | 404 |         3.1µs |     10.244.7.74 | POST     "/general-metric"
[GIN] 2024/05/03 - 17:32:32 | 404 |         1.7µs |     10.244.7.74 | POST     "/general-metric"
[GIN] 2024/05/03 - 17:32:32 | 404 |         1.2µs |     10.244.7.74 | POST     "/general-metric"
[GIN] 2024/05/03 - 17:32:33 | 404 |         1.1µs |     10.244.7.73 | POST     "/general-metric"
[GIN] 2024/05/03 - 17:32:37 | 404 |           1µs |     10.244.7.74 | POST     "/general-metric"

To Reproduce
Install TDEngine 3.2.3.0 and Taoskeeper 1.0.17 and configure monitoring.

Expected Behavior
Taoskeeper returns 200 status code on /report (as it was in 3.2.0.0 and 3.2.2.0).

Environment (please complete the following information):

  • TDengine Version: 3.2.3.0
  • Taoskeeper version: 1.0.17

On TDengine 3.2.0.0 and 3.2.2.0 with the same Taoskeeper (1.0.17) it's working as expected:
Taoskeeper log with TDengine 3.2.0.0 (same with 3.2.2.0):

[GIN] 2024/05/03 - 17:35:13 | 200 |   53.462018ms |     10.244.0.52 | POST     "/report"
[GIN] 2024/05/03 - 17:35:15 | 200 |  1.109326389s |     10.244.0.53 | POST     "/report"
[GIN] 2024/05/03 - 17:35:39 | 200 |   62.352042ms |     10.244.0.51 | POST     "/report"
[GIN] 2024/05/03 - 17:35:43 | 200 |   52.433205ms |     10.244.0.52 | POST     "/report"
[GIN] 2024/05/03 - 17:35:45 | 200 |  679.043129ms |     10.244.0.53 | POST     "/report"
@hasland hasland added the bug Something isn't working label May 3, 2024
@yu285
Copy link
Contributor

yu285 commented May 22, 2024

TDengine 3.2.3.0 use same version taoskeeper as 3.2.2.0 ? both 1.0.17?

@hasland
Copy link
Author

hasland commented May 23, 2024

@yu285 Yes, both using the same taoskeeper version: 1.0.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants