Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rmars
Copy link
Contributor

@rmars rmars commented Jun 22, 2016

parent: rmars/style-followup

Follow up to #499 and #497

I've added our own js/css by creating a filter that adds things to the response body. Let me know your opinions on this.

Also colors/styles can be tweaked, opinions welcome.

screen shot 2016-06-22 at 4 33 31 pm

"""

def apply(req: Request, svc: Service[Request, Response]) = {
svc(req).map(response => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style nit:

svc(req).map { response =>
  ...
}

@adleong
Copy link
Member

adleong commented Jun 22, 2016

⭐ 🎄

* Use haxx to put dashboard styles on the Twitter Server logging page
@rmars rmars force-pushed the rmars/fight-with-logger branch from 13e7bcf to eda862e Compare June 22, 2016 23:55
}

.table-striped>thead>tr {
border-bottom: 3px solid gray;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my preference for these borders is 1px solid dimgray or 1px solid slategray

@rmars rmars merged commit 1736859 into rmars/style-followup Jun 24, 2016
@rmars rmars removed the reviewable label Jun 24, 2016
@rmars rmars deleted the rmars/fight-with-logger branch June 24, 2016 20:20
rmars added a commit that referenced this pull request Jun 24, 2016
* consolidate versions of the navbar that we use
* add router name toggle to linkerd dashboard page
* handle router name as params in the dashboard page, like we do in the delegator
* delete the css files under /styleguide, as we no longer care to keep the admin dashboard in sync with linkerd.io
* #499 the linkerd delegator page now is consistent with the dashboard (and now looks like the namerd one)
* #501 Make the logging page look more like the dashboard page
@rmars
Copy link
Contributor Author

rmars commented Jun 24, 2016

(addressing esbie's comments in #505)

Tim-Brooks pushed a commit to Tim-Brooks/linkerd that referenced this pull request Dec 20, 2018
The existing telemetry pipeline relies on Prometheus scraping the
Telemetry service, which will soon be removed.

This change configures Prometheus to scrape the conduit proxies directly
for telemetry data, and the control plane components for control-plane
health information. This affects the output of both conduit install
and conduit inject.

Fixes linkerd#428, linkerd#501

Signed-off-by: Andrew Seigner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants