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

kuma-cp: add support for %KUMA_*% placeholders inside Envoy access log format #594

Merged

Conversation

yskopets
Copy link
Contributor

Summary

  • add support for %KUMA_*% placeholders inside Envoy access log format

@yskopets yskopets requested review from a team and jakubdyszkiewicz February 21, 2020 13:39
@yskopets yskopets added this to the 0.4.0 milestone Feb 21, 2020
@yskopets yskopets force-pushed the feature/add-kuma-variables-to-envoy-access-log-format branch from f824b37 to 77bd4d9 Compare February 21, 2020 13:51
@yskopets yskopets force-pushed the feature/support-full-envoy-access-log-format branch from 8e754f1 to 8d402ee Compare February 21, 2020 13:52
@yskopets yskopets force-pushed the feature/add-kuma-variables-to-envoy-access-log-format branch 9 times, most recently from 1fedea4 to dba94fa Compare February 23, 2020 15:34
@@ -41,3 +41,27 @@ type HttpLogConfigurer interface {
type TcpLogConfigurer interface {
ConfigureTcpLog(config *accesslog_config.TcpGrpcAccessLogConfig) error
}

// InterpolationContext represents a context of Interpolate() operation.
type InterpolationContext interface {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this interface? How about just using InterpolationVariables?

@yskopets yskopets force-pushed the feature/add-kuma-variables-to-envoy-access-log-format branch from dba94fa to d710f15 Compare February 24, 2020 12:21
@yskopets yskopets force-pushed the feature/support-full-envoy-access-log-format branch from 6f281f6 to 196639f Compare February 24, 2020 12:26
@yskopets yskopets force-pushed the feature/add-kuma-variables-to-envoy-access-log-format branch from d710f15 to 32d0335 Compare February 24, 2020 12:28
@yskopets yskopets force-pushed the feature/add-kuma-variables-to-envoy-access-log-format branch from 32d0335 to 21ffa71 Compare February 24, 2020 12:57
@yskopets yskopets changed the base branch from feature/support-full-envoy-access-log-format to master February 24, 2020 12:58
@yskopets yskopets merged commit aade903 into master Feb 24, 2020
@devadvocado devadvocado deleted the feature/add-kuma-variables-to-envoy-access-log-format branch March 30, 2020 13:16
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

2 participants