monitoring/profiler_opts.go (
5
lines of code) (
raw
):
package monitoring // A generic profiler config holder. Avoid // adding driver-specific data. type profilerOpts struct { ServiceVersion string CredentialsFile string }