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

chore(*) prefix Kuma native tags with kuma.io #910

Merged
merged 15 commits into from
Jul 23, 2020

Conversation

nickolaev
Copy link
Contributor

@nickolaev nickolaev commented Jul 16, 2020

Summary

Relpace:

  • service -> kuma.io/service
  • protocol -> kuma.io/protocol
  • zone -> kuma.io/zone
  • instance -> kuma.io/instance

Documentation

Nikolay Nikolaev added 8 commits July 16, 2020 15:01
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
…uma_io

# Conflicts:
#	pkg/xds/generator/testdata/outbound-proxy/03.envoy.golden.yaml
#	pkg/xds/generator/testdata/outbound-proxy/04.envoy.golden.yaml
#	pkg/xds/generator/testdata/profile-source/3-envoy-config.golden.yaml
#	pkg/xds/generator/testdata/profile-source/4-envoy-config.golden.yaml
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev marked this pull request as ready for review July 21, 2020 03:56
@nickolaev nickolaev requested a review from a team as a code owner July 21, 2020 03:56
@subnetmarco
Copy link
Contributor

subnetmarco commented Jul 21, 2020 via email

@nickolaev
Copy link
Contributor Author

The documentation PR is already linked in the description -> kumahq/kuma-website#240

@bloqhead let me know how we can align for updating the GUI.

@@ -168,8 +168,8 @@ var _ = Describe("MonitoringAssignmentsGenerator", func() {
"dataplane": "gateway-01",
"region": "eu",
"regions": ",eu,",
"service": "gateway",
"services": ",gateway,",
"kuma_io_service": "gateway",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm pretty sure this will break our Grafana dashboard. Can you check it?

@@ -130,7 +130,7 @@ resources:
safeRegexMatch:
googleRe2:
maxProgramSize: 500
regex: .*&service=[^&]*frontend[,&].*
regex: .*&kuma.io/service=[^&]*frontend[,&].*
Copy link
Contributor

Choose a reason for hiding this comment

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

@lobkovilya those / won't break anything in Regexes, right?

Nikolay Nikolaev added 7 commits July 21, 2020 13:30
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
…uma_io

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev merged commit 9c42d48 into master Jul 23, 2020
@nickolaev nickolaev deleted the chore/prefix_tags_kuma_io branch July 31, 2020 11:46
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

Successfully merging this pull request may close these issues.

None yet

3 participants