Cardinality API Returns 404 Error Despite Configuration #9549
Unanswered
a-patos
asked this question in
Help and support
Replies: 1 comment
-
The cardinality endpoints have a Prometheus prefix on the paths.
Can you try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello,
I am trying to call the Cardinality API and I am getting a 404 error. I have activated the following in my configuration: cardinality_analysis_enabled: true But it still doesn't work, I always get a 404 in return. Here's the curl request I used: curl --request GET
--url https://qru.mimir-backend.metroman.adb.tbd.euw3r53.nbyt.fr:8443/api/v1/cardinality/label_values /api/v1/cardinality/label_values What am I doing wrong?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Receive a 200 response with the response specified in the documentation.
Environment
Additional Context
No logs are generated. :(
Beta Was this translation helpful? Give feedback.
All reactions