Skip to content

Commit

Permalink
Mongodb 1.0.0 release (#198)
Browse files Browse the repository at this point in the history
* chore(deps): update percona/mongodb_exporter digest to af2a77f

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
paologallinaharbur and renovate[bot] authored Aug 1, 2023
1 parent 07c194b commit e84c94e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exporters/mongodb3/build-exporter-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ IFS=',' read -r -a goarchs <<< "$PACKAGE_LINUX_GOARCHS"
for goarch in "${goarchs[@]}"
do
echo "Build exporter Linux ${goarch}"
GOARCH=${goarch} make build
CGO_ENABLED=0 GOARCH=${goarch} make build
mkdir -p "${integration_bin_dir}/linux_${goarch}"
cp "${tmp_dir}/mongodb_exporter" "${integration_bin_dir}/linux_${goarch}/${integration_name}-exporter"
done
1 change: 1 addition & 0 deletions exporters/mongodb3/e2e/e2e_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ scenarios:
- mongodb_ss_wt_cache_cache_overflow_table_max_on_disk_size
- mongodb_ss_wt_cache_cache_overflow_table_on_disk_size
- mongodb_ss_wt_cache_cache_overflow_table_remove_calls
- mongodb_ss_wt_cache_maximum_page_size_at_eviction
- mongodb_ss_wt_cache_page_written_requiring_cache_overflow_records
- mongodb_ss_wt_cache_pages_read_into_cache_requiring_cache_overflow_entries
- mongodb_ss_wt_cache_pages_read_into_cache_requiring_cache_overflow_for_checkpoint
Expand Down
6 changes: 3 additions & 3 deletions exporters/mongodb3/exporter.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# name of the exporter, should match with the folder name
name: mongodb3
# version of the package created
version: 0.0.6
version: 1.0.0
# Relative path to the License path from the repository root
exporter_license_path: LICENSE
# URL to the git project hosting the exporter
exporter_repo_url: https://github.com/percona/mongodb_exporter
# Tag of the exporter to checkout
exporter_tag:
exporter_tag: v0.39.0
# Commit of the exporter to checkout (used if tag property is empty)
exporter_commit: 83a9cdf091fc226bddb42e970148ef680d348c98
exporter_commit:
# Changelog to add to the new release
exporter_changelog: https://github.com/percona/mongodb_exporter/blob/main/CHANGELOG
# Enable packages for Linux
Expand Down

0 comments on commit e84c94e

Please sign in to comment.