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

Are these MetaLablels like service_name all hardcoded? #4548

Closed
etsangsplk opened this Issue Aug 27, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@etsangsplk
Copy link

etsangsplk commented Aug 27, 2018

Are metalabels like "service_name", " "service_port_name" etc, all hard coded as conventions?
Found at

serviceNameLabel = metaLabelPrefix + "service_name"

serviceNameLabel = metaLabelPrefix + "service_name"
serviceLabelPrefix = metaLabelPrefix + "service_label_"
serviceAnnotationPrefix = metaLabelPrefix + "service_annotation_"
servicePortNameLabel = metaLabelPrefix + "service_port_name"
servicePortProtocolLabel = metaLabelPrefix + "service_port_protocol"

@gouthamve

This comment has been minimized.

Copy link
Member

gouthamve commented Aug 28, 2018

Hi, yes. These correspond to kubernetes service abstraction. This doesn't look like a bug report or feature request, but more like a question.

To make your question, and all replies, easier to find, we suggest you move this over to our user mailing list, which you can also search. If you prefer more interactive help, join or our IRC channel, #prometheus on irc.freenode.net. Please be aware that our IRC channel has no logs, is not searchable, and that people might not answer quickly if they are busy or asleep. If in doubt, you should choose the mailing list.

Once your questions have been answered, please add a short line pointing to relevant replies in case anyone stumbles here via a search engine in the future.

@gouthamve gouthamve closed this Aug 28, 2018

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.