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

fix(docs): tk init instructions #1538

Merged
merged 1 commit into from
Jan 16, 2020
Merged

fix(docs): tk init instructions #1538

merged 1 commit into from
Jan 16, 2020

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Jan 16, 2020

Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sh0rez sh0rez merged commit 0323e02 into master Jan 16, 2020
@sh0rez sh0rez deleted the tk-init branch January 16, 2020 22:04
cyriltovena added a commit to cyriltovena/loki that referenced this pull request Jun 11, 2021
* Adds v11 schema to store label names within index.

Stores only label names and not the entire metric. Storing entire metric
will bloat the index by 30% and it doesn't really make sense to do it
right now. Adding just label names adds a tolerable 7% to the index.

Also, in Prometheus, we don't treat __name__ as a special label. We
always return it when calling /labels API and we should do the same
here.

Signed-off-by: Cyril Tovena <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>

* Finishing touches

fix lint issue

Signed-off-by: Cyril Tovena <[email protected]>

removes useless loop

Signed-off-by: Cyril Tovena <[email protected]>

This should be on v11 not v10.

Signed-off-by: Cyril Tovena <[email protected]>

s/metricConstRangeKeyV1/labelNamesRangeKeyV1/

The code was first written to store the entire series, but now changed
to do just labelNames.

Signed-off-by: Goutham Veeramachaneni <[email protected]>

Add note about v11 being experimental.

Signed-off-by: Goutham Veeramachaneni <[email protected]>
Co-authored-by: cyriltovena <[email protected]>
Co-authored-by: Goutham Veeramachaneni <[email protected]>
@chaudum chaudum added the type/bug Somehing is not working as expected label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS type/bug Somehing is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install with tanka by following instructions
3 participants