issues
search
newrelic
/
newrelic-salesforce-exporter
New Relic integration for Salesforce logs.
Apache License 2.0
10
stars
15
forks
source link
feat: support reading redis config from env vars (optionally with prefix)
#20
Closed
sdewitt-newrelic
closed
8 months ago
sdewitt-newrelic
commented
8 months ago
Adds
Moved
DataCache
to it's own file
Don't use noops in
DataCache
if cache disabled
Added config class supporting reading config from config file then auto env vars then default
Updated
AuthEnv
to use new config class
Updated
integration.py
to use new config class
Updated
salesforce.py
to use new cache
Various minor changes
Adds
DataCache
to it's own fileDataCache
if cache disabledAuthEnv
to use new config class