Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliyun ecs sd #6

Conversation

yusheng-guo
Copy link

No description provided.

SuperQ and others added 30 commits June 6, 2024 14:13
…d_yarn/web/ui/moment-2.30.1

build(deps): bump moment from 2.29.4 to 2.30.1 in /web/ui
…d_yarn/web/ui/codemirror/lint-6.8.0

build(deps): bump @codemirror/lint from 6.4.2 to 6.8.0 in /web/ui
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.43 to 0.5.45.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.43...0.5.45)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@codemirror/language](https://github.com/codemirror/language) from 6.9.3 to 6.10.2.
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.9.3...6.10.2)

---
updated-dependencies:
- dependency-name: "@codemirror/language"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…d_yarn/web/ui/nock-13.5.4

build(deps-dev): bump nock from 13.4.0 to 13.5.4 in /web/ui
…d_yarn/web/ui/codemirror/language-6.10.2

build(deps): bump @codemirror/language from 6.9.3 to 6.10.2 in /web/ui
…d_yarn/web/ui/fortawesome/free-solid-svg-icons-6.5.2

build(deps): bump @fortawesome/free-solid-svg-icons from 6.5.1 to 6.5.2 in /web/ui
…d_yarn/web/ui/lezer/generator-1.7.0

build(deps-dev): bump @lezer/generator from 1.5.1 to 1.7.0 in /web/ui
…d_yarn/web/ui/moment-timezone-0.5.45

build(deps): bump moment-timezone from 0.5.43 to 0.5.45 in /web/ui
…d_yarn/web/ui/downshift-9.0.6

build(deps): bump downshift from 7.6.2 to 9.0.6 in /web/ui
…d_yarn/web/ui/types/jquery-3.5.30

build(deps-dev): bump @types/jquery from 3.5.29 to 3.5.30 in /web/ui
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 3.0.0.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v3.0.0)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Implement histogram statistics decoder

This commit speeds up histogram_count and histogram_sum
functions on native histograms. The idea is to have separate decoders which can be
used by the engine to only read count/sum values from histogram objects. This should help
with reducing allocations when decoding histograms, as well as with speeding up aggregations
like sum since they will be done on floats and not on histogram objects.

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Co-authored-by: Anthony Mirabella <[email protected]>
This also exercises the "fast path" (only decoding count and sum),
i.e. where the counter reset isn't visible at all in the decoded data.

Signed-off-by: beorn7 <[email protected]>
Signed-off-by: György Krajcsovits <[email protected]>
…ed error message (prometheus#14038)

Add ability to assert that a query fails with a particular error message

This also adds documentation for the test scripting language in general,
including the new feature.

Signed-off-by: Charles Korn <[email protected]>

---------

Signed-off-by: Charles Korn <[email protected]>
…d_yarn/web/ui/types/node-20.14.2

build(deps-dev): bump @types/node from 20.10.4 to 20.14.2 in /web/ui
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.20 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@codemirror/commands](https://github.com/codemirror/commands) from 6.3.2 to 6.6.0.
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.3.2...6.6.0)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.10.0...v9.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…timize-contains

Improve contains check done by FastRegexMatcher
…d_yarn/web/ui/codemirror/commands-6.6.0

build(deps): bump @codemirror/commands from 6.3.2 to 6.6.0 in /web/ui
…d_yarn/web/ui/eslint-config-prettier-9.1.0

build(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.1.0 in /web/ui
…d_yarn/web/ui/types/sinon-17.0.3

build(deps-dev): bump @types/sinon from 10.0.20 to 17.0.3 in /web/ui
…d_yarn/web/ui/http-proxy-middleware-3.0.0

build(deps): bump http-proxy-middleware from 2.0.6 to 3.0.0 in /web/ui
Signed-off-by: György Krajcsovits <[email protected]>
Fix Group.Equals() to take in account the new queryOffset too (prometheus#14273)
aknuds1 and others added 26 commits July 15, 2024 12:53
Fix web.cors.origin in command-line/prometheus.md
In each case the following member requires 8-byte alignment, so moving
one beside the other shrinks memSeries from 176 to 168 bytes, when
compiled with `-tags stringlabels`.

Signed-off-by: Bryan Boreham <[email protected]>
…erator-att

storage: add `AtT` method to `MemoizedSeriesIterator`
This adds equivalent NHCB tests to the existing classic histogram
tests.

Signed-off-by: beorn7 <[email protected]>
Signed-off-by: Carrie Edwards <[email protected]>
Co-authored by: Jeanette Tan <[email protected]>:
Co-authored by: György Krajcsovits <[email protected]>:
Signed-off-by: Carrie Edwards <[email protected]>
Co-authored by: Fiona Liao <[email protected]>:
Signed-off-by: Carrie Edwards <[email protected]>
Signed-off-by: Carrie Edwards <[email protected]>
Signed-off-by: Carrie Edwards <[email protected]>
Co-authored by: Fiona Liao <[email protected]>:
…k-encoding

tsdb: Add support for handling multiple chunks in OOO head
docs: Update storage.md to provide right-sizing advice on retention
Previously, the config doc suggested that scrapes are simply failed if
the bucket limit is exceeded. However, instead Prometheus first
attempts to reduce the resolution. This will succeed in almost all
non-pathological cases. However, in the rare case that it doesn't, the
scrape will be failed after all.

For the resolution limit AKA `native_histogram_min_bucket_factor`, the
logic is a bit different. Once the highest factor, i.e. schema -4, is
reached, the scrape will still succeed.

Signed-off-by: beorn7 <[email protected]>
TSDB: shrink memSeries by moving bools together
docs: Correct and clarify histogram bucket and resolution limits
@@ -6,6 +6,10 @@
schedule:
- cron: "26 14 * * 1"

permissions:
contents: read
security-events: write

Check failure

Code scanning / Scorecard

Token-Permissions High

score is 0: topLevel 'security-events' permission set to 'write'
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
@KeyOfSpectator KeyOfSpectator merged commit 0a37a83 into AliyunContainerService:feature/aliyun-ecs-discovery Aug 9, 2024
18 of 19 checks passed
@yusheng-guo yusheng-guo deleted the aliyun-ecs-sd branch August 10, 2024 09:24
@yusheng-guo yusheng-guo restored the aliyun-ecs-sd branch September 5, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.