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

Add access log gRPC interceptor & Update observability features #852

Closed
wants to merge 15 commits into from

Commits on Jan 20, 2021

  1. 🚸 Comment out unusable logtype and logformat

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    
    :white_check_mark: fix tests for logger type, format
    
    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c837905 View commit details
    Browse the repository at this point in the history
  2. ➕ add zap logger

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    daa93e0 View commit details
    Browse the repository at this point in the history
  3. ✅ add zap tests

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    baa2418 View commit details
    Browse the repository at this point in the history
  4. ✨ add AccessLogInterceptor (UnaryInterceptor)

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5409776 View commit details
    Browse the repository at this point in the history
  5. ✨ add AccessLogStreamInterceptor (StreamInterceptor)

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4e8eb93 View commit details
    Browse the repository at this point in the history
  6. 🔧 add AccessLogInterceptor to grpc server config

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ffcdf0c View commit details
    Browse the repository at this point in the history
  7. ✅ add test for WithGRPCInterceptors function using AccessLogInterceptor

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    6dc454a View commit details
    Browse the repository at this point in the history
  8. 🔧 fix validator for defaults.logging.logger

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    08c3ab0 View commit details
    Browse the repository at this point in the history
  9. 🔧 Add loki & tempo k8s manifests

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    
    :wrench: update Grafana dashboards & Prometheus config
    
    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    
    :pencil2: Use same rule for task naming
    
    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    996d886 View commit details
    Browse the repository at this point in the history
  10. 🔧 Add observability demo values

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    6537069 View commit details
    Browse the repository at this point in the history
  11. 🚚 Rename NGT metrics names

    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b072230 View commit details
    Browse the repository at this point in the history
  12. 📄 Update license header

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    23d84a9 View commit details
    Browse the repository at this point in the history
  13. 🔧 Update demo values

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    2a482da View commit details
    Browse the repository at this point in the history
  14. 💄 Rename access log entity name

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1adde94 View commit details
    Browse the repository at this point in the history
  15. 🚨 Revise to use const for grpc kind values

    Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
    rinx committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    3e558e5 View commit details
    Browse the repository at this point in the history