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

Initial metrics integration #290

Merged
merged 53 commits into from
Dec 17, 2019

Commits on Nov 4, 2019

  1. add opencensus metrics and prom exporter

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    2fc30aa View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. prom exporter test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    34a0d07 View commit details
    Browse the repository at this point in the history
  2. record test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    b6eda03 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. address comments

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    9e68577 View commit details
    Browse the repository at this point in the history
  2. update opencensus v0.22.2

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    45737ba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. address comments

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    51babd8 View commit details
    Browse the repository at this point in the history
  2. change default port

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    93d4c96 View commit details
    Browse the repository at this point in the history
  3. fix defer

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    5a4f350 View commit details
    Browse the repository at this point in the history
  4. fix auditduration name in test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c255e12 View commit details
    Browse the repository at this point in the history
  5. fix expected port in test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    1e18efc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. move total constraints to controller

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 15, 2019
    7 Configuration menu
    Copy the full SHA
    84af144 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    
    # Conflicts:
    #	Gopkg.lock
    #	main.go
    #	pkg/audit/manager.go
    #	pkg/webhook/policy.go
    sozercan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    2636829 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. update with new map for cache

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    314594f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. fix when cache doesn't include remaining tags

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    576aa74 View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    db58beb View commit details
    Browse the repository at this point in the history
  3. err check

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    88de378 View commit details
    Browse the repository at this point in the history
  4. Update kind to v0.6.0 (open-policy-agent#303)

    * update kind version to 0.6.0
    
    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    
    * remove deprecated command
    
    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    
    * set TERM to disable fancy output
    
    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    36aa06b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. update

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    6f20599 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    
    # Conflicts:
    #	.travis.yml
    #	go.sum
    #	pkg/audit/manager.go
    #	pkg/controller/constrainttemplate/constrainttemplate_controller.go
    #	pkg/webhook/policy.go
    sozercan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8876edf View commit details
    Browse the repository at this point in the history
  2. make vendor

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    66fcf09 View commit details
    Browse the repository at this point in the history
  3. fix rebase

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d5c6a9b View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    c5251a7 View commit details
    Browse the repository at this point in the history
  5. add lock to delete and nested loop for known status/action

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    50fff94 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. defer

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a7b787f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cde9c3c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    
    # Conflicts:
    #	pkg/controller/constraint/constraint_controller.go
    sozercan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a4c6a5f View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    34102aa View commit details
    Browse the repository at this point in the history
  3. requestResponse type

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5d7a1ed View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. shared mutex

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2ec053a View commit details
    Browse the repository at this point in the history
  2. move reportMetrics

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4207dea View commit details
    Browse the repository at this point in the history
  3. anonymous constraintcache

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    450c0d2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6f9f2d5 View commit details
    Browse the repository at this point in the history
  5. unexport

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f97a6f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. add test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d254962 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. update

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2fd88f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    
    # Conflicts:
    #	pkg/controller/constraint/constraint_controller.go
    sozercan committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    29f9cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    dca712e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. fix test nits

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    a27d990 View commit details
    Browse the repository at this point in the history
  2. return err

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    bc77952 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. update

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    83bb417 View commit details
    Browse the repository at this point in the history
  2. added log.fatal

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d89c6ee View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. return to manager

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    209d021 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into opencensus-metrics

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    388f98e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. update

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    9656d2a View commit details
    Browse the repository at this point in the history
  2. remove goroutine

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    73589f7 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8786798 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. fix lint

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    8d3152b View commit details
    Browse the repository at this point in the history
  2. handle stop

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    sozercan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    77aed07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09979d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. update

    Signed-off-by: Sertaç Özercan <sozercan@users.noreply.github.com>
    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    9958a2b View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    sozercan committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a9ca652 View commit details
    Browse the repository at this point in the history
  3. Use namespace of Pod as namespace for cert secret (open-policy-agent#347

    )
    
    Fixes open-policy-agent#346
    
    Signed-off-by: Max Smythe <smythe@google.com>
    maxsmythe authored and sozercan committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    efc07af View commit details
    Browse the repository at this point in the history
  4. Add capability PSP control aspect to library (open-policy-agent#340)

    * Add capability PSP control aspect to library
    
    Signed-off-by: Max Smythe <smythe@google.com>
    
    * Update PSP library README
    
    Signed-off-by: Max Smythe <smythe@google.com>
    
    * Fix template kind
    
    Signed-off-by: Max Smythe <smythe@google.com>
    Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
    maxsmythe authored and sozercan committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5120010 View commit details
    Browse the repository at this point in the history