Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

function in names repeated #1676

Closed
Dieterbe opened this issue Feb 13, 2020 · 4 comments
Closed

function in names repeated #1676

Dieterbe opened this issue Feb 13, 2020 · 4 comments
Labels

Comments

@Dieterbe
Copy link
Contributor

Dieterbe commented Feb 13, 2020

function-names

repeating this query offset(scale(some.id.of.a.metric.{1,2,3,4},0),1)
results in these names:


offset(scale(some.id.of.a.metric.1,0.000000),1.000000)
offset(scale(some.id.of.a.metric.2,0.000000),1.000000)
offset(scale(some.id.of.a.metric.3,0.000000),1.000000)
offset(scale(some.id.of.a.metric.4,0.000000),1.000000)
offset(scale(offset(scale(some.id.of.a.metric.1,0.000000),1.000000),0.000000),1.000000)
offset(scale(offset(scale(some.id.of.a.metric.2,0.000000),1.000000),0.000000),1.000000)
offset(scale(offset(scale(some.id.of.a.metric.3,0.000000),1.000000),0.000000),1.000000)
offset(scale(offset(scale(some.id.of.a.metric.4,0.000000),1.000000),0.000000),1.000000)


@stale
Copy link

stale bot commented May 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 13, 2020
@Dieterbe Dieterbe removed the stale label May 13, 2020
@stale
Copy link

stale bot commented Aug 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 11, 2020
@shanson7
Copy link
Collaborator

I believe this was fixed in #1800

@Dieterbe
Copy link
Contributor Author

Indeed, loosk good in current master (looks same as graphite)
fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants