get.porter.sh/porter@v1.3.0/tests/testdata/config/config-with-telemetry.yaml (about)

     1  namespace: dev
     2  verbosity: debug
     3  default-storage: testdb
     4  default-secrets-plugin: filesystem
     5  
     6  logs:
     7    enabled: true
     8    level: debug
     9  
    10  telemetry:
    11    enabled: true
    12    redirect-to-file: true # Send traces to a file so that we can verify they were exported
    13  
    14  storage:
    15    - name: testdb
    16      plugin: mongodb
    17      config:
    18        url: mongodb://localhost:27017/${env.PORTER_TEST_DB_NAME}?connect=direct