Skip to content

Commit

Permalink
Release new version of mongodb3 (#216)
Browse files Browse the repository at this point in the history
* Release new version of mongodb3

* chore(goversion): update goversion
  • Loading branch information
paologallinaharbur authored Nov 14, 2023
1 parent f6d7237 commit fd73495
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 249 deletions.
11 changes: 11 additions & 0 deletions exporters/mongodb3/e2e/e2e_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ scenarios:
- mongodb_oplog_stats_wt_cache_page_written_requiring_cache_overflow_records
- mongodb_oplog_stats_wt_cache_pages_read_into_cache_requiring_cache_overflow_entries
- mongodb_oplog_stats_wt_reconciliation_internal_page_overflow_keys
- mongodb_oplog_stats_wt_reconciliation_page_checksum_matches
- mongodb_optimes_readConcernMajorityWallTime
- mongodb_rs_optimes_readConcernMajorityWallTime
- mongodb_ss_flowControl_locksPerOp
Expand All @@ -122,6 +123,7 @@ scenarios:
- mongodb_ss_locks_Global_timeAcquiringMicros_r
- mongodb_ss_locks_Global_timeAcquiringMicros_w
- mongodb_ss_locks_oplog_acquireCount_W
- mongodb_ss_locks_timeAcquiringMicros
- mongodb_ss_metrics_commands_cloneCatalogData_failed
- mongodb_ss_metrics_commands_cloneCatalogData_total
- mongodb_ss_metrics_commands_cloneCollection_failed
Expand All @@ -130,6 +132,10 @@ scenarios:
- mongodb_ss_metrics_commands_configsvrCreateCollection_total
- mongodb_ss_metrics_commands_geoSearch_failed
- mongodb_ss_metrics_commands_geoSearch_total
- mongodb_ss_metrics_commands_getFreeMonitoringStatus_failed
- mongodb_ss_metrics_commands_getFreeMonitoringStatus_total
- mongodb_ss_metrics_commands_setFreeMonitoring_failed
- mongodb_ss_metrics_commands_setFreeMonitoring_total
- mongodb_ss_metrics_commands_mapreduce_shardedfinish_failed
- mongodb_ss_metrics_commands_mapreduce_shardedfinish_total
- mongodb_ss_metrics_commands_movePrimary_failed
Expand Down Expand Up @@ -192,6 +198,7 @@ scenarios:
- mongodb_ss_wt_async_total_search_calls
- mongodb_ss_wt_async_total_update_calls
- mongodb_ss_wt_cache_bytes_belonging_to_the_cache_overflow_table_in_the_cache
- mongodb_ss_wt_cache_maximum_page_size_at_eviction
- mongodb_ss_wt_cache_cache_overflow_cursor_application_thread_wait_time_usecs
- mongodb_ss_wt_cache_cache_overflow_cursor_internal_thread_wait_time_usecs
- mongodb_ss_wt_cache_cache_overflow_table_entries
Expand Down Expand Up @@ -563,6 +570,10 @@ scenarios:
- mongodb_ss_metrics_commands_configsvrShardCollection_total
- mongodb_ss_metrics_commands_geoSearch_failed
- mongodb_ss_metrics_commands_geoSearch_total
- mongodb_ss_metrics_commands_getFreeMonitoringStatus_failed
- mongodb_ss_metrics_commands_getFreeMonitoringStatus_total
- mongodb_ss_metrics_commands_setFreeMonitoring_failed
- mongodb_ss_metrics_commands_setFreeMonitoring_total
- mongodb_ss_metrics_commands_mapreduce_shardedfinish_failed
- mongodb_ss_metrics_commands_mapreduce_shardedfinish_total
- mongodb_ss_metrics_commands_moveChunk_failed
Expand Down
2 changes: 1 addition & 1 deletion exporters/mongodb3/exporter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# name of the exporter, should match with the folder name
name: mongodb3
# version of the package created
version: 3.0.0
version: 3.0.1
# Relative path to the License path from the repository root
exporter_license_path: LICENSE
# URL to the git project hosting the exporter
Expand Down
5 changes: 1 addition & 4 deletions nri-config-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-config-generator

go 1.20
go 1.21

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand All @@ -25,7 +25,6 @@ require (
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
Expand All @@ -34,9 +33,7 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
Expand Down
Loading

0 comments on commit fd73495

Please sign in to comment.