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

Unable to get Service list within time range even if 'start' and 'end' parameters are sent #3772

Closed
sillabiji opened this issue Jun 12, 2024 · 2 comments

Comments

@sillabiji
Copy link

Describe the bug
The API end point GET /api/search/tag/service.name/values which returns the services are not filtering them when we pass start and end parameters

To Reproduce
Below are details of the request which is used to get services

METHOD - GET
URL - https://{baseurl}/api/search/tag/service.name/values
URL PARAMETERS - {"start": "1718153111", "end" : "1718174711"}

Expected behavior
The URL above returns all the services, instead it should pass only services which has data in the given time range

Environment:

  • Tempo : 2.4.2

Additional Context
Tried with v2 as well, but not working

@joe-elliott
Copy link
Member

Is this a valid call?

https://{baseurl}/api/search/tag/service.name/values

I'm surprised that doesn't 400. Do you mean:

https://{baseurl}/api/search/tag/resource.service.name/values

@sillabiji
Copy link
Author

Sorry the issue no longer exists

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