-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of Add exporting of Envoy metrics to HCP for linked clusters…
… into release/1.4.x (#422) Add exporting of Envoy metrics to HCP for linked clusters (#370) * Bump consul/proto-public and create mocks * Revert some dep changes * Add changelog * Init metrics pushing from consul-dataplane * Add node.id label * Remove unused field * Rename worker vars to exporter * Return a *state in modState * Bump dependency * Remove pointer to exporter * Add mocks in internal/mocks * Fix test * Restore directive * Revert directive * Rename metrics > scraper, remove unused changelog * Fix WatchList for new consul api * Infer auth endpoint if not in state * debug: expose pprof/runtime metrics * Handle snapshot end more gracefully * Fix x-channel header * Fix path registration * Try w/o setting handlers * Use a larger example stats file in envoy_admin_stats_prometheus * Bump proto-public * Remove pprof --------- Co-authored-by: Dan Bond <danbond@protonmail.com> (cherry picked from commit 3bf86d3) Co-authored-by: Joshua Timmons <joshua.timmons1@gmail.com>
- Loading branch information
1 parent
9e1c747
commit 19609ae
Showing
17 changed files
with
5,922 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:feature | ||
Add metrics exporting directly to HCP when configured in core. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.